Added Win32 support

This commit is contained in:
Michael Smith
2019-01-15 11:26:44 +01:00
parent e867778b4c
commit 5b572c214c
129 changed files with 42924 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
#define local_persist static
#define global_variable static
#define Assert(Expression) if(!(Expression)) { *(int *)0 = 0; }
// Services that are being provided to the platform layer
struct plugin_offscreen_buffer