mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05: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);
|
||
|
|