summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2EquipDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2EquipDef.h')
-rw-r--r--src/T2DLL/T2EquipDef.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/T2DLL/T2EquipDef.h b/src/T2DLL/T2EquipDef.h
index 93f2290..cf09e52 100644
--- a/src/T2DLL/T2EquipDef.h
+++ b/src/T2DLL/T2EquipDef.h
@@ -3,6 +3,12 @@
#include "../common.h"
#include "T2ToolDef.h"
+enum {
+ kAreaCheckFlag100 = 0x100,
+ kAreaCheckFlag1000 = 0x1000,
+ kAreaCheckFlag10000 = 0x10000,
+};
+
class AFX_CLASS_EXPORT T2EquipDef : public T2ToolDef {
public:
T2EquipDef(DWORD type, T2PluginSpecifier& specifier, CResFile* resFile, T2WorldDef* worldDef, T2EquipPlugin* plugin);