mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-22 04:37:02 +00:00
feedback
This commit is contained in:
parent
631980af3a
commit
4e57b4aa7e
@ -18,7 +18,6 @@
|
|||||||
#include "dPlatforms.h"
|
#include "dPlatforms.h"
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
#include "json_fwd.hpp"
|
|
||||||
|
|
||||||
enum eInventoryType : uint32_t;
|
enum eInventoryType : uint32_t;
|
||||||
enum class eObjectBits : size_t;
|
enum class eObjectBits : size_t;
|
||||||
|
@ -80,7 +80,6 @@ public:
|
|||||||
void SetLogToConsole(bool logToConsole);
|
void SetLogToConsole(bool logToConsole);
|
||||||
|
|
||||||
void SetLogDebugStatements(bool logDebugStatements) { m_logDebugStatements = logDebugStatements; }
|
void SetLogDebugStatements(bool logDebugStatements) { m_logDebugStatements = logDebugStatements; }
|
||||||
bool GetLogDebugStatements() const { return m_logDebugStatements; }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void vLog(const char* format, va_list args);
|
void vLog(const char* format, va_list args);
|
||||||
|
Loading…
Reference in New Issue
Block a user