summaryrefslogtreecommitdiff
path: root/src/msgbox.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/msgbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msgbox.h b/src/msgbox.h
index 032b5c8..f71749d 100644
--- a/src/msgbox.h
+++ b/src/msgbox.h
@@ -16,6 +16,8 @@ class dMsgBoxManager_c : public dStageActor_c {
int beforeExecute() { return true; }
int afterExecute(int) { return true; }
+ int beforeDraw() { return true; }
+ int afterDraw(int) { return true; }
m2d::EmbedLayout_c layout;
dDvdLoader_c msgDataLoader;