summaryrefslogtreecommitdiff
path: root/src/video/allegro_v.h
diff options
context:
space:
mode:
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"; }
};