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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user