summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2EquipPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2EquipPlugin.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/T2DLL/T2EquipPlugin.cpp b/src/T2DLL/T2EquipPlugin.cpp
new file mode 100644
index 0000000..bd5fabf
--- /dev/null
+++ b/src/T2DLL/T2EquipPlugin.cpp
@@ -0,0 +1,9 @@
+#include "T2EquipPlugin.h"
+
+T2EquipPlugin::T2EquipPlugin(DWORD type, T2PluginSpecifier& specifier)
+ : T2ToolPlugin(type, specifier)
+{
+}
+
+/*virtual*/ T2EquipPlugin::~T2EquipPlugin() {
+}