]> icculus.org git repositories - btb/d2x.git/blob - include/libmve.h
fix color swapping on big endian of big rle bitmaps
[btb/d2x.git] / include / libmve.h
1 #ifndef _LIBMVE_H
2 #define _LIBMVE_H
3
4 #define MVE_ERR_EOF 1
5
6 int  MVE_rmPrepMovie(int filehandle, int x, int y, int track);
7 int  MVE_rmStepMovie();
8 void MVE_rmHoldMovie();
9 void MVE_rmEndMovie();
10
11 void MVE_sndInit(int x);
12
13 #endif /* _LIBMVE_H */