implemented CCutsceneHead and dependencies

This commit is contained in:
aap
2019-06-12 20:07:37 +02:00
parent cb5ec27747
commit a9517c01af
21 changed files with 374 additions and 20 deletions

View File

@@ -135,6 +135,7 @@ int myrand(void);
void mysrand(unsigned int seed);
extern uint8 work_buff[55000];
extern char gString[256];
void re3_debug(char *format, ...);
void re3_trace(const char *filename, unsigned int lineno, const char *func, char *format, ...);