- fixed linux compile

This commit is contained in:
raa-eruanna 2017-07-29 16:47:10 -04:00
parent 7d21fe6d75
commit af32edd054
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public:
SDL_Window *GetSDLWindow() override { return Screen; }
virtual int GetTrueHeight() { return GetClientHeight(); }
protected:
bool CanUpdate();
void SetGammaTable(uint16_t *tbl);