[go: up one dir, main page]

Menu

[r122]: / trunk / trim.h  Maximize  Restore  History

Download this file

10 lines (6 with data), 218 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef TRIM_H
#define TRIM_H
#include <windows.h>
void LogTrim(char *VGMFile,int start,int loop,int end);
BOOL NewTrim(char *filename,const long int start, const long int loop, const long int end);
#endif