mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- backend update to make the ZScript compiler work.
This commit is contained in:
parent
7b3ad35cc2
commit
d4cdb31464
81 changed files with 1779 additions and 235 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