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