Added Win32 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user