mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed compilation of Cocoa backend
src/posix/cocoa/st_start.mm:63:7: error: redefinition of 'FBasicStartupScreen'
This commit is contained in:
parent
b0acfc3ce6
commit
ad3327bdf5
1 changed files with 0 additions and 16 deletions
|
@ -60,22 +60,6 @@ CUSTOM_CVAR(Int, showendoom, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
class FBasicStartupScreen : public FStartupScreen
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
FBasicStartupScreen(int maxProgress, bool showBar);
|
|
||||||
~FBasicStartupScreen();
|
|
||||||
|
|
||||||
virtual void Progress();
|
|
||||||
|
|
||||||
virtual void NetInit(const char* message, int playerCount);
|
|
||||||
virtual void NetProgress(int count);
|
|
||||||
virtual void NetMessage(const char *format, ...);
|
|
||||||
virtual void NetDone();
|
|
||||||
virtual bool NetLoop(bool (*timerCallback)(void*), void* userData);
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
FBasicStartupScreen::FBasicStartupScreen(int maxProgress, bool showBar)
|
FBasicStartupScreen::FBasicStartupScreen(int maxProgress, bool showBar)
|
||||||
: FStartupScreen(maxProgress)
|
: FStartupScreen(maxProgress)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue