mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
8 lines
182 B
C
8 lines
182 B
C
void FCEUMOV_AddJoy(uint8 *);
|
|
void FCEUMOV_CheckMovies(void);
|
|
void FCEUMOV_Stop(void);
|
|
void FCEUMOV_AddCommand(int cmd);
|
|
void FCEU_DrawMovies(uint8 *);
|
|
int FCEUMOV_IsPlaying(void);
|
|
|