author | ecalot
<ecalot> 2003-10-23 14:21:05 UTC |
committer | ecalot
<ecalot> 2003-10-23 14:21:05 UTC |
parent | faa21d01522873f49ef9002327792cfac3799520 |
PR/src/include/mid.h | +6 | -0 |
diff --git a/PR/src/include/mid.h b/PR/src/include/mid.h index 7763acc..b3fb46b 100644 --- a/PR/src/include/mid.h +++ b/PR/src/include/mid.h @@ -1,5 +1,11 @@ #ifndef _MID_H_ #define _MID_H_ + +#include <stdio.h> +#include "resources.h" + +char mFormatCompileMid(unsigned char* data, FILE* fp, tResource *res); char mFormatExtractMid(unsigned char* data, char *vFileext,unsigned long int size); + #endif