Adding self updates and removing the renderer

This commit is contained in:
Zoe Roux
2021-05-18 10:36:18 +02:00
parent c6012f1be6
commit 02874fdc47
7 changed files with 17 additions and 44 deletions

View File

@@ -12,4 +12,7 @@ namespace WAL
void System::onFixedUpdate(Entity &entity)
{}
void System::onSelfUpdate()
{}
}