summaryrefslogtreecommitdiff
path: root/src/T2WorldSelectDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2WorldSelectDlg.h')
-rw-r--r--src/T2WorldSelectDlg.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/T2WorldSelectDlg.h b/src/T2WorldSelectDlg.h
index df75a94..039fcf2 100644
--- a/src/T2WorldSelectDlg.h
+++ b/src/T2WorldSelectDlg.h
@@ -1,6 +1,7 @@
#pragma once
#include "common.h"
-#include "T2Dialog.h"
+#include "T2DLL/T2Dialog.h"
+#include "resource.h"
struct PluginRecord {
T2BitImage *preview;
@@ -19,6 +20,14 @@ public:
void ShowWorldSelectDlg(T2TowerDoc *inDoc, T2PluginLoader *inPluginLoader, BOOL inShowCancelButton);
T2PluginSpecifier *GetSelectedPlugin();
+ enum { kDlgResID = ID_WORLD_SELECT_T2DLG };
+
+ enum {
+ kCmdOK = 100,
+ kCmdLeft = 101,
+ kCmdRight = 102
+ };
+
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT &cs);
virtual BOOL OnT2PreEraseBkgnd(CDC *pDC);