Move out two more functions from Core.cpp. Clean up Windows includes

This commit is contained in:
Henrik Rydgård
2024-12-08 12:12:02 +01:00
parent 83af54950f
commit 080798b5dd
20 changed files with 33 additions and 35 deletions
+1 -2
View File
@@ -13,9 +13,8 @@
*/
#ifdef _WIN32
#define NOMINMAX
#include <windows.h>
#undef min
#undef max
#endif
#include <cstdlib>