mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 06:32:00 +00:00 
			
		
		
		
	feedback
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user