|
Engine²
Open-source game engine written in C++.
|
#include "Engine.hpp"Classes | |
| struct | DirectorResource |
| struct | NameComponent |
| struct | WorkTimeComponent |
| class | DirectorMonitorSystem |
| class | WorkHoursUpdateSystem |
Functions | |
| void | HelloSystem (Engine::Core &core) |
| void | CloseSystem (Engine::Core &core) |
| void | WorkingSystem (Engine::Core &core) |
| void | GoodbyeSystem (Engine::Core &core) |
| int | main (void) |
| void CloseSystem | ( | Engine::Core & | core | ) |
| void GoodbyeSystem | ( | Engine::Core & | core | ) |
| void HelloSystem | ( | Engine::Core & | core | ) |
| int main | ( | void | ) |
| void WorkingSystem | ( | Engine::Core & | core | ) |