Move glob to hpp with GLOB_IMPLEMENTATION

This commit is contained in:
nikola
2024-07-02 12:03:36 +02:00
parent a01cfd8f25
commit bddcd66e28
3 changed files with 125 additions and 121 deletions

View File

@@ -1,9 +1,11 @@
#include <cstring>
#include "func.hpp"
#include "glob.hpp"
#include "buffer.hpp"
#define GLOB_IMPLEMENTATION
#include "glob.hpp"
#define CRYPTORAND_IMPLEMENTATION
#include "cryptorand.hpp"