mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 19:02:35 +01:00
12 lines
230 B
C
12 lines
230 B
C
#ifndef FMVPLAY_H
|
|
#define FMVPLAY_H
|
|
|
|
extern int gSubtitles;
|
|
extern int gNoFMV;
|
|
|
|
extern void ReInitSystem(); // 0x0004D478
|
|
extern void PlayFMV(unsigned char render); // 0x0004D518
|
|
extern void PlayRender(RENDER_ARGS* args);
|
|
|
|
#endif
|