Fixed Windows (updated gb.h) | Need to test on MacOS and Linux now!

This commit is contained in:
Zachary Pierson
2017-02-11 23:52:56 -06:00
parent c50aabd916
commit 7829421085
2 changed files with 43 additions and 41 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
#include "os_windows.odin" when ODIN_OS == "windows";
#include "os_x.odin" when ODIN_OS == "osx";
#include "os_linux.odin" when ODIN_OS == "linux";
#load "os_windows.odin" when ODIN_OS == "windows";
#load "os_x.odin" when ODIN_OS == "osx";
#load "os_linux.odin" when ODIN_OS == "linux";