summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2MoviePluginList.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2MoviePluginList.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/T2DLL/T2MoviePluginList.h b/src/T2DLL/T2MoviePluginList.h
new file mode 100644
index 0000000..107ca06
--- /dev/null
+++ b/src/T2DLL/T2MoviePluginList.h
@@ -0,0 +1,10 @@
+#pragma once
+#include "common.h"
+
+class T2MoviePluginList {
+public:
+ T2MoviePluginList();
+ virtual ~T2MoviePluginList();
+ void Read(T2Archive&);
+ void Write(T2Archive&);
+};