Added Time
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "IWindow.hpp"
|
||||
#include "Debug.hpp"
|
||||
#include "LuaStateHandler.hpp"
|
||||
#include "Time.hpp"
|
||||
|
||||
TSE::IWindow* TSE::IWindow::lastWindow = nullptr;
|
||||
|
||||
@@ -10,6 +11,11 @@ bool TSE::IWindow::BaseInit() const
|
||||
Debug::Init();
|
||||
}
|
||||
|
||||
void TSE::IWindow::BaseUpdate() const
|
||||
{
|
||||
Time::Update();
|
||||
}
|
||||
|
||||
TSE::IWindow::~IWindow()
|
||||
{
|
||||
Debug::Close();
|
||||
|
||||
Reference in New Issue
Block a user