made first window work
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "IWindow.hpp"
|
||||
#include "Debug.hpp"
|
||||
#include "LuaStateHandler.hpp"
|
||||
#include "version.h"
|
||||
|
||||
TSE::IWindow* TSE::IWindow::lastWindow = nullptr;
|
||||
|
||||
@@ -8,6 +9,8 @@ bool TSE::IWindow::BaseInit() const
|
||||
{
|
||||
LuaStateHandler::InitLuaState();
|
||||
Debug::Init();
|
||||
Debug::Log("TSE:" + TSE_VERSION_STRING);
|
||||
return true;
|
||||
}
|
||||
|
||||
TSE::IWindow::~IWindow()
|
||||
|
||||
Reference in New Issue
Block a user