Parallel event processing

This commit is contained in:
2023-04-24 20:04:31 -07:00
parent d105f9e4ab
commit 87d12982d1
13 changed files with 243 additions and 78 deletions

View File

@@ -10,6 +10,6 @@
using namespace Dawn;
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
return new HelloWorldScene(game);
// return new TestScene(game);
// return new HelloWorldScene(game);
return new TestScene(game);
}