Ported to Linux!

This commit is contained in:
Krzosa Karol
2022-10-09 12:23:38 +02:00
parent 0637a32655
commit ee6f8114ee
5 changed files with 62 additions and 19 deletions

View File

@@ -229,8 +229,8 @@ For modules it's a bit different cause they should be distributed as valid.
#include "os.h"
#if OS_WINDOWS
#include "os_windows.cpp"
#elif OS_UNIX
#include "os_unix.cpp"
#elif OS_LINUX
#include "os_linux.cpp"
#else
#error Couldnt figure out OS using macros
#endif