dxx-rebirth/include/libmve.h
2003-02-18 07:37:19 +00:00

12 lines
221 B
C

#ifndef _MVEPLAY_H
#define _MVEPLAY_H
#define MVE_ERR_EOF 1
int MVE_rmPrepMovie(int filehandle, int x, int y, int track);
int MVE_rmStepMovie();
void MVE_rmHoldMovie();
void MVE_rmEndMovie();
#endif /* _MVEPLAY_H */