mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed linux compile
This commit is contained in:
parent
7d21fe6d75
commit
af32edd054
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
|
||||
SDL_Window *GetSDLWindow() override { return Screen; }
|
||||
|
||||
virtual int GetTrueHeight() { return GetClientHeight(); }
|
||||
protected:
|
||||
bool CanUpdate();
|
||||
void SetGammaTable(uint16_t *tbl);
|
||||
|
|
Loading…
Reference in a new issue