1
0
Fork 0

Spectre/Game: Set default log writer.

This commit is contained in:
Henrik Hautakoski 2023-02-18 13:57:54 +01:00
parent faed79c653
commit ba504c7efc
2 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,8 @@ class PlatformApplication;
namespace sp {
namespace log { class Writer; }
class Game
{
public :
@ -54,8 +56,11 @@ private :
MessageHandler* m_messageHandler;
log::Writer* m_log_writer;
FPSCounter m_fpsCounter;
bool m_running;
};