diff options
| author | aap <aap@papnet.eu> | 2020-08-20 12:55:41 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2020-08-20 12:55:41 +0200 |
| commit | 517e2ee9a5fa6f9100378cdcb24a3acd68c01f89 (patch) | |
| tree | a194c407c50f764dc286dae851e60e4d62f53d0d /src/core/main.h | |
| parent | update librw (diff) | |
| download | re3-517e2ee9a5fa6f9100378cdcb24a3acd68c01f89.tar.gz | |
small fixes
Diffstat (limited to 'src/core/main.h')
| -rw-r--r-- | src/core/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h index 9ad4ed1c..96fbef05 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -20,6 +20,9 @@ extern bool gbShowTimebars; class CSprite2d; +bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha); +bool DoRWStuffStartOfFrame_Horizon(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha); +void DoRWStuffEndOfFrame(void); void InitialiseGame(void); void LoadingScreen(const char *str1, const char *str2, const char *splashscreen); void LoadingIslandScreen(const char *levelName); |
