Library collections

This commit is contained in:
Ginger Bill
2017-09-07 20:55:59 +01:00
parent 36e3a02f67
commit 8e3b77aba8
25 changed files with 303 additions and 129 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
_ :: compile_assert(ODIN_OS == "windows");
import win32 "sys/windows.odin";
import win32 "core:sys/windows.odin";
Thread :: struct {
using specific: Os_Specific;