Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
EscapeKeyCloseSystem.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Engine
{
4
class
Core
;
5
}
6
namespace
Input::System
{
7
void
EscapeKeyCloseSystem
(Engine::Core &core);
8
}
Engine::Core
The core is the place where all the data of the engine is stored. It contains the registry (entities)...
Definition
Core.hpp:33
Engine
Definition
Core.hpp:17
Input::System
Definition
BindCallbacksToGLFW.hpp:5
Input::System::EscapeKeyCloseSystem
void EscapeKeyCloseSystem(Engine::Core &core)
Definition
EscapeKeyCloseSystem.cpp:13
src
plugin
input
src
system
EscapeKeyCloseSystem.hpp
Generated by
1.16.1