File: QCDTagsDLL.h

package info (click to toggle)
faad2 2.7-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd, wheezy
  • size: 5,644 kB
  • sloc: ansic: 65,599; sh: 8,851; cpp: 1,324; makefile: 91
file content (14 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (8)
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