mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
Just some refactoring
This commit is contained in:
@@ -68,9 +68,9 @@ protected:
|
||||
std::string m_appCompactName;
|
||||
std::string m_appVersion;
|
||||
std::string m_startupOptions;
|
||||
Boolean<false> m_running;
|
||||
Boolean<false> m_stopping;
|
||||
Boolean<false> m_terminated;
|
||||
bool m_running = false;
|
||||
bool m_stopping = false;
|
||||
stdext::boolean<false> m_terminated;
|
||||
};
|
||||
|
||||
#ifdef FW_GRAPHICS
|
||||
|
||||
Reference in New Issue
Block a user