summaryrefslogtreecommitdiff
path: root/src/video/allegro_v.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-10-04 21:35:40 +0000
committermichi_cc <michi_cc@openttd.org>2011-10-04 21:35:40 +0000
commit6dbb050a32122209497d9b41c373b3b759602883 (patch)
treed4a463d465885f4eb4f376ac548f71d68b09995b /src/video/allegro_v.h
parent12e28de8187808b166541ee8fa339e38037538fd (diff)
downloadopenttd-6dbb050a32122209497d9b41c373b3b759602883.tar.xz
(svn r22999) -Codechange: Allow changing the blitter during the running game.
Diffstat (limited to 'src/video/allegro_v.h')
-rw-r--r--src/video/allegro_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/allegro_v.h b/src/video/allegro_v.h
index 2760cbe46..6a81159ca 100644
--- a/src/video/allegro_v.h
+++ b/src/video/allegro_v.h
@@ -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 "allegro"; }
};