added input system
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "LuaStateHandler.hpp"
|
||||
#include "Time.hpp"
|
||||
#include "version.h"
|
||||
#include "IInputManager.hpp"
|
||||
|
||||
TSE::IWindow* TSE::IWindow::lastWindow = nullptr;
|
||||
|
||||
@@ -21,5 +22,7 @@ void TSE::IWindow::BaseUpdate() const
|
||||
|
||||
TSE::IWindow::~IWindow()
|
||||
{
|
||||
IInputManager::instance()->Delete();
|
||||
Time::Destroy();
|
||||
Debug::Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user