Added MSVC debugging tool, discovered globals feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user