home *** CD-ROM | disk | FTP | other *** search
- #ifndef VC_H
- #define VC_H
-
- #include "mtypes.h"
- #include "mloader.h"
- #include "mdriver.h"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- BOOL VC_Init(void);
- void VC_Exit(void);
-
- void VC_PlayStart(void);
- void VC_PlayStop(void);
-
- WORD VC_SampleLoad(FILE *fp,ULONG size,ULONG reppos,ULONG repend,UWORD flags);
- void VC_SampleUnload(WORD handle);
-
- void VC_WriteSamples(char *buf,UWORD todo);
- UWORD VC_WriteBytes(char *buf,UWORD todo);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-