Moved more files around, working on VN engine
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user