1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Rename classes with snakes OpenRCT2/A*-F* (#19215)

* Rename classes with snakes OpenRCT2/A*-F*

* Clang format files
This commit is contained in:
Duncan
2023-01-19 08:16:44 +00:00
committed by GitHub
parent 59736ecfbc
commit 859b071ddc
209 changed files with 932 additions and 966 deletions

View File

@@ -38,7 +38,7 @@ static bool _chainLiftFinished;
static void ScreenIntroProcessMouseInput();
static void ScreenIntroProcessKeyboardInput();
static void ScreenIntroSkipPart();
static void ScreenIntroDrawLogo(rct_drawpixelinfo* dpi);
static void ScreenIntroDrawLogo(DrawPixelInfo* dpi);
// rct2: 0x0068E966
void IntroUpdate()
@@ -168,7 +168,7 @@ void IntroUpdate()
}
}
void IntroDraw(rct_drawpixelinfo* dpi)
void IntroDraw(DrawPixelInfo* dpi)
{
int32_t screenWidth = ContextGetWidth();
@@ -280,7 +280,7 @@ static void ScreenIntroSkipPart()
}
}
static void ScreenIntroDrawLogo(rct_drawpixelinfo* dpi)
static void ScreenIntroDrawLogo(DrawPixelInfo* dpi)
{
int32_t screenWidth = ContextGetWidth();
int32_t imageWidth = 640;