REDRIVER2/src_rebuild/GAME/C/LOADVIEW.H
Ilya Shurumov c40d40bd22 - added sources rebuilt with TDR and partially decompiled intro sequence
- moved necessary data to new sources
- running intro with TOMB5 HLE emulator
2020-03-28 03:25:35 +06:00

23 lines
539 B
C

#ifndef LOADVIEW_H
#define LOADVIEW_H
extern void ShowLoading(); // 0x0005816C
extern void SetupScreenFade(int start, int end, int speed); // 0x000589B0
extern void FadeGameScreen(int flag, int speed); // 0x000582AC
extern void ShowLoadingScreen(char *screen_name, int effect, int loading_steps); // 0x000583F4
extern void CloseShutters(int speed, int width, int height); // 0x000589D0
extern void SetupFadePolys(); // 0x00058794
extern void DrawFadePoly(); // 0x00058824
extern void DisplayMissionTitle(); // 0x00058B08
#endif