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

View File

@@ -2,7 +2,7 @@
#include <fstream>
#include <cstring>
#include "sys.hpp"
#include "environment.hpp"
#include "buffer.hpp"
#include "aes256.hpp"
#include "func.hpp"