Event driven engine, further work.

This commit is contained in:
2021-10-05 12:54:37 -04:00
parent bc22dc89af
commit bce756d1fd
11 changed files with 61 additions and 115 deletions

View File

@@ -27,9 +27,9 @@ private:
void do_command(const StringVec &exp);
void check_redirects();
public:
virtual void init();
virtual void update();
virtual void event_update();
};
#endif // TEXTGAME_HPP