Corrections to debug code for release builds.

This commit is contained in:
2023-03-30 19:33:35 -04:00
parent 5bfa8395db
commit f9b8f02351
4 changed files with 27 additions and 35 deletions

View File

@ -1,7 +1,10 @@
#define BLOAT_IMPL
#include "Bloat.hpp"
namespace Global
{
bool ShouldShowDebug = false;
}
namespace Memory
{