12 lines
205 B
C++
12 lines
205 B
C++
|
|
#define GLOB_IMPLEMENTATION
|
|
#include "glob.hpp"
|
|
|
|
#define CRYPTORAND_IMPLEMENTATION
|
|
#include "cryptorand.hpp"
|
|
|
|
#ifdef _WIN32
|
|
#include "../environment/win.cpp"
|
|
#else
|
|
#include "../environment/lin.cpp"
|
|
#endif |