dxx-rebirth/include/libmve.h

14 lines
244 B
C
Raw Normal View History

2003-02-18 19:59:25 +00:00
#ifndef _LIBMVE_H
#define _LIBMVE_H
2002-09-01 02:49:06 +00:00
#define MVE_ERR_EOF 1
2002-09-01 02:49:06 +00:00
int MVE_rmPrepMovie(int filehandle, int x, int y, int track);
int MVE_rmStepMovie();
void MVE_rmHoldMovie();
void MVE_rmEndMovie();
2002-09-01 02:49:06 +00:00
2003-02-19 03:09:38 +00:00
void MVE_sndInit(int x);
2003-02-18 19:59:25 +00:00
#endif /* _LIBMVE_H */