block.material + minor refactor

This commit is contained in:
MihailRis
2024-04-25 05:12:45 +03:00
parent 8730b03a52
commit b1a79e3a6e
9 changed files with 35 additions and 16 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include "../typedefs.h"
#ifdef WIN32
#ifdef _WIN32
#include <Windows.h>
#include "./stringutil.h"
@@ -41,4 +41,4 @@ std::string platform::detect_locale() {
return preferredLocaleName.substr(0, 5);
}
#endif
#endif