first commit of some basics
This commit is contained in:
16
TSE_Core/src/interfaces/IWindow.cpp
Normal file
16
TSE_Core/src/interfaces/IWindow.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "IWindow.hpp"
|
||||
#include "Debug.hpp"
|
||||
#include "LuaStateHandler.hpp"
|
||||
|
||||
TSE::IWindow* TSE::IWindow::lastWindow = nullptr;
|
||||
|
||||
bool TSE::IWindow::BaseInit() const
|
||||
{
|
||||
LuaStateHandler::InitLuaState();
|
||||
Debug::Init();
|
||||
}
|
||||
|
||||
TSE::IWindow::~IWindow()
|
||||
{
|
||||
Debug::Close();
|
||||
}
|
||||
Reference in New Issue
Block a user