(svn r22999) -Codechange: Allow changing the blitter during the running game.

This commit is contained in:
michi_cc
2011-10-04 21:35:40 +00:00
parent 12e28de818
commit 6dbb050a32
12 changed files with 97 additions and 46 deletions

View File

@@ -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"; }
};