Spectre/Game: Set default log writer.
This commit is contained in:
parent
faed79c653
commit
ba504c7efc
2 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue