base progress

This commit is contained in:
ed
2025-02-01 21:36:44 -05:00
parent 73fe526501
commit b414214aa4
21 changed files with 1091 additions and 904 deletions
-4
View File
@@ -2,8 +2,6 @@
#pragma once
#endif
#pragma region Platform OS
#if defined( _WIN32 ) || defined( _WIN64 )
# ifndef MD_OS_WINDOWS
# define MD_OS_WINDOWS 1
@@ -52,5 +50,3 @@
#else
# error This operating system is not supported
#endif
#pragma endregion Platform OS