Added MSVC debugging tool, discovered globals feature

This commit is contained in:
2023-03-03 17:20:56 +11:00
parent f9d0a27408
commit 08ce7b5536
4 changed files with 41 additions and 25 deletions

View File

@@ -24,12 +24,15 @@
#include <SDL_image.h>
#include <windows.h>
#include <crtdbg.h>
#ifndef BOX_EXPORT
#define BOX_API __declspec(dllimport)
#else
#define BOX_API __declspec(dllexport)
#endif
//TODO: figure out the sleep issue
#define sleep Sleep
#else