1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +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

@@ -151,7 +151,7 @@ X8DrawingEngine::~X8DrawingEngine()
delete [] _bits;
}
void X8DrawingEngine::Initialise(SDL_Window * window)
void X8DrawingEngine::Initialise()
{
}