(svn r22999) -Codechange: Allow changing the blitter during the running game.
This commit is contained in:
@@ -28,6 +28,9 @@ public:
|
||||
/* virtual */ bool ChangeResolution(int w, int h);
|
||||
|
||||
/* virtual */ bool ToggleFullscreen(bool fullscreen);
|
||||
|
||||
/* virtual */ bool AfterBlitterChange();
|
||||
|
||||
/* virtual */ const char *GetName() const { return "sdl"; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user