Mercurial > audlegacy-plugins
diff src/modplug/modplug.h @ 2337:107c1fed3d92
Port Schism modplug core.
| author | "Tony Vroon <chainsaw@gentoo.org>" |
|---|---|
| date | Thu, 24 Jan 2008 12:05:59 +0000 |
| parents | 6b5a52635b3b |
| children |
line wrap: on
line diff
--- a/src/modplug/modplug.h Wed Jan 23 19:37:05 2008 +0100 +++ b/src/modplug/modplug.h Thu Jan 24 12:05:59 2008 +0000 @@ -114,23 +114,6 @@ char* ModPlug_GetMessage(ModPlugFile* file); -#ifndef MODPLUG_NO_FILESAVE -/* - * EXPERIMENTAL Export Functions - */ -/*Export to a Scream Tracker 3 S3M module. EXPERIMENTAL (only works on Little-Endian platforms)*/ -char ModPlug_ExportS3M(ModPlugFile* file, const char* filepath); - -/*Export to a Extended Module (XM). EXPERIMENTAL (only works on Little-Endian platforms)*/ -char ModPlug_ExportXM(ModPlugFile* file, const char* filepath); - -/*Export to a Amiga MOD file. EXPERIMENTAL.*/ -char ModPlug_ExportMOD(ModPlugFile* file, const char* filepath); - -/*Export to a Impulse Tracker IT file. Should work OK in Little-Endian & Big-Endian platforms :-) */ -char ModPlug_ExportIT(ModPlugFile* file, const char* filepath); -#endif // MODPLUG_NO_FILESAVE - unsigned int ModPlug_NumInstruments(ModPlugFile* file); unsigned int ModPlug_NumSamples(ModPlugFile* file); unsigned int ModPlug_NumPatterns(ModPlugFile* file);
