Window title fix

This commit is contained in:
MihailRis
2023-12-04 21:20:50 +03:00
parent aedbc230bc
commit 20ff8f71bf
3 changed files with 4 additions and 4 deletions
-2
View File
@@ -6,8 +6,6 @@
const int ENGINE_VERSION_MAJOR = 0;
const int ENGINE_VERSION_MINOR = 15;
#define TOSTR_MACRO(x) #x
#define ENGINE_VERSION TOSTR_MACRO(ENGINE_VERSION_MAJOR) "." TOSTR_MACRO(ENGINE_VERSION_MINOR);
const int CHUNK_W = 16;
const int CHUNK_H = 256;