rename sys to environment

and change the environment defenition files
to be in environment dir
This commit is contained in:
Nikola Petrov
2024-07-22 10:43:35 +02:00
parent 8b60cdc81b
commit 5b0dcb23ea
8 changed files with 225 additions and 217 deletions

12
source/environment.cpp Normal file
View 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