rename sys to environment
and change the environment defenition files to be in environment dir
This commit is contained in:
12
source/environment.cpp
Normal file
12
source/environment.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#define GLOB_IMPLEMENTATION
|
||||
#include "glob.hpp"
|
||||
|
||||
#define CRYPTORAND_IMPLEMENTATION
|
||||
#include "cryptorand.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "../environment/win.cpp"
|
||||
#else
|
||||
#include "../environment/lin.cpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user