summaryrefslogtreecommitdiff
path: root/faad2/src/plugins/QCDMp4/QCDTagsDLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'faad2/src/plugins/QCDMp4/QCDTagsDLL.h')
-rw-r--r--faad2/src/plugins/QCDMp4/QCDTagsDLL.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/faad2/src/plugins/QCDMp4/QCDTagsDLL.h b/faad2/src/plugins/QCDMp4/QCDTagsDLL.h
new file mode 100644
index 0000000..d8621cc
--- /dev/null
+++ b/faad2/src/plugins/QCDMp4/QCDTagsDLL.h
@@ -0,0 +1,14 @@
+#ifndef QCDTAGS_H
+#define QCDTAGS_H
+
+#include "QCDModTagEditor.h"
+
+extern HINSTANCE hInstance;
+
+void ShutDown_Tag(int flags);
+bool Read_Tag(LPCSTR filename, void* tagData);
+bool Write_Tag(LPCSTR filename, void* tagData);
+bool Strip_Tag(LPCSTR filename);
+
+
+#endif \ No newline at end of file