Pass argc and argv through to DrivenEngine::event_init

This commit is contained in:
2021-10-14 16:41:24 -04:00
parent a9afbebbc3
commit 2e05df7ac5
9 changed files with 21 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ public:
std::vector<std::unique_ptr<ServerClient>> clients_;
public:
virtual void event_init() {
virtual void event_init(int argc, char *argv[]) {
}
virtual void event_update() {