- deleted the duplicate start screen class.

This commit is contained in:
Christoph Oelckers 2020-06-12 23:10:19 +02:00
parent 2f692e1f7b
commit a3c100a2ed
3 changed files with 3 additions and 257 deletions

View file

@ -57,6 +57,9 @@ public:
virtual void NetMessage(const char *format, ...) {} // cover for printf
virtual void NetDone() {}
virtual bool NetLoop(bool (*timer_callback)(void *), void *userdata) { return false; }
virtual void AppendStatusLine(const char* status) {}
virtual void LoadingStatus(const char* message, int colors) {}
protected:
int MaxPos, CurPos, NotchPos;
};