namespace macro unused in gen.dep.cpp, updates to readme.

This commit is contained in:
2023-07-24 14:30:35 -04:00
parent 39390535ce
commit 88a43cb11f
2 changed files with 14 additions and 7 deletions

View File

@ -81,7 +81,7 @@
#pragma endregion Macros & Includes
namespace gen {
GEN_NS_BEGIN
#pragma region Debug
void assert_handler( char const* condition, char const* file, s32 line, char const* msg, ... )
@ -3265,5 +3265,4 @@ namespace gen {
#endif
#pragma endregion Timing
// namespace gen
}
GEN_NS_END