Move glob to hpp with GLOB_IMPLEMENTATION
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user