mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-31 00:51:21 +00:00
- deleted the duplicate start screen class.
This commit is contained in:
parent
2f692e1f7b
commit
a3c100a2ed
3 changed files with 3 additions and 257 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue