about to add SDL and probably break everything

This commit is contained in:
2023-01-16 10:01:06 -08:00
parent dbe2409287
commit 23fc1206ba
54 changed files with 904 additions and 138 deletions

View File

@ -18,7 +18,6 @@ namespace Dawn {
AnimationController(SceneItem *item);
void onStart() override;
~AnimationController();
void onDispose() override;
};
}