empty client-server game

This commit is contained in:
Tenari
2026-01-31 09:59:03 -06:00
commit 565c1562c6
32 changed files with 13104 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "all.h"
#if OS_WINDOWS
# include "win32_os.c"
#elif OS_LINUX
# include "linux_os.c"
# include "unix_os.c"
#elif OS_MAC
# include "pthread_barrier.c"
# include "mac_os.c"
# include "unix_os.c"
#endif