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