This commit is contained in:
Aaron Kimbre 2025-01-02 22:19:04 -06:00
parent 631980af3a
commit 4e57b4aa7e
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
#include "dPlatforms.h"
#include "Game.h"
#include "Logger.h"
#include "json_fwd.hpp"
enum eInventoryType : uint32_t;
enum class eObjectBits : size_t;

View File

@ -80,7 +80,6 @@ public:
void SetLogToConsole(bool logToConsole);
void SetLogDebugStatements(bool logDebugStatements) { m_logDebugStatements = logDebugStatements; }
bool GetLogDebugStatements() const { return m_logDebugStatements; }
private:
void vLog(const char* format, va_list args);