Block definitions

This commit is contained in:
2022-08-03 12:36:10 +02:00
parent 34aba8b35a
commit 53239c3dde
2 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,6 @@ SDL_Surface * DebugMsg = NULL;
TTF_Font * DebugFont = NULL;
SDL_Color DebugTextColor = { 80, 80, 80 };
#define ChunkSize 8
bool Quit, DebugMode;
struct UsedKeys {