Moved more files around, working on VN engine

This commit is contained in:
2023-04-20 14:08:02 -07:00
parent 1c21c15261
commit 36119645d5
285 changed files with 104 additions and 12 deletions

View File

@ -41,17 +41,11 @@ namespace Dawn {
*/
void setEvent(VNEvent *event);
/**
* Ends the current event, and moves to the next one.
*/
void nextEvent();
// template <class T>
// T * setEvent(T *event) {
// auto oldCurrent = this->currentEvent;
// this->currentEvent = event;
// if(this->hasInitialized && event != nullptr) event->start(oldCurrent);
// delete oldCurrent;
// return event;
// }
void onStart() override;
void onDispose() override;