1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove SDL_Window from IDrawingEngine and UiContext

This commit is contained in:
Ted John
2017-06-10 17:05:21 +01:00
parent b32f0b276d
commit fc899d15ef
10 changed files with 16 additions and 22 deletions

View File

@@ -102,7 +102,7 @@ public:
}
// Window
SDL_Window * GetWindow() override
void * GetWindow() override
{
return _window;
}