Renamed everything to fit the new naming scheme

This commit is contained in:
2023-01-26 21:12:44 +00:00
parent 3e18baeec0
commit f7f9e75ad9
21 changed files with 1883 additions and 580 deletions

View File

@@ -9,10 +9,10 @@
//platform exports/imports
#if defined(__linux__)
#define CORE_API extern
#define BOX_API extern
#else
#define CORE_API
#define BOX_API
#endif