]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/mediasource/extra/fteqcc-src/qcd.h
Rename the compiled fteqcc to fteqcc-win32 (as that's what it is)
[voretournament/voretournament.git] / misc / mediasource / extra / fteqcc-src / qcd.h
1 pbool QC_decodeMethodSupported(int method);
2 char *QC_decode(progfuncs_t *progfuncs, int complen, int len, int method, char *info, char *buffer);
3 int QC_encode(progfuncs_t *progfuncs, int len, int method, char *in, int handle);
4
5 char *filefromprogs(progfuncs_t *progfuncs, progsnum_t prnum, char *fname, int *size, char *buffer);
6 char *filefromnewprogs(progfuncs_t *progfuncs, char *prname, char *fname, int *size, char *buffer);//fixme - remove parm 1
7