summaryrefslogtreecommitdiff
path: root/faad2/src/plugins/QCDMp4/QCDTagsDLL.h
blob: d8621cc0bce3365e621812090f627ee32afd2614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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