summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2StewardDialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2StewardDialog.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/T2DLL/T2StewardDialog.h b/src/T2DLL/T2StewardDialog.h
new file mode 100644
index 0000000..b10d4a7
--- /dev/null
+++ b/src/T2DLL/T2StewardDialog.h
@@ -0,0 +1,12 @@
+#pragma once
+#include "common.h"
+
+class T2StewardDialog {
+public:
+ T2StewardDialog(T2TowerDoc*, HINSTANCE, CString&, int);
+ virtual int OnT2DialogCommand(unsigned int, long);
+ static void MessageBoxA(const char*, const char*);
+ static int MessageBoxYN(const char*, const char*);
+
+ virtual ~T2StewardDialog() {}
+};