it works i guess?

This commit is contained in:
Asuro
2025-02-08 23:04:17 +01:00
parent 7e405aee75
commit fbed568fae
3 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#include <cstdio>
#include <bx/string.h>
#define VISUAL_STUDIO
//#define VISUAL_STUDIO
typedef void (*Startup)(void*);
typedef void (*Update)();