Adding basic keyboard input

This commit is contained in:
Dynamitos
2023-11-17 22:31:26 +01:00
parent 897eda18b0
commit ec760e8deb
18 changed files with 167 additions and 90 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
using namespace Seele;
void SystemGraph::addSystem(System::UPSystemBase system)
void SystemGraph::addSystem(System::OSystemBase system)
{
systems.add(std::move(system));
}