mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
Move Ui header items to OpenRCT2::Ui (#21546)
* Move ui definitions to ui project * Enforce coding style * Apply clang format * Add clang tidy ignore * Increase compiler happiness
This commit is contained in:
@@ -66,7 +66,7 @@ static Peep* ViewportInteractionGetClosestPeep(ScreenCoordsXY screenCoords, int3
|
||||
*
|
||||
* rct2: 0x006ED9D0
|
||||
*/
|
||||
InteractionInfo ViewportInteractionGetItemLeft(const ScreenCoordsXY& screenCoords)
|
||||
static InteractionInfo ViewportInteractionGetItemLeft(const ScreenCoordsXY& screenCoords)
|
||||
{
|
||||
InteractionInfo info{};
|
||||
// No click input for scenario editor or track manager
|
||||
@@ -250,7 +250,7 @@ bool ViewportInteractionLeftClick(const ScreenCoordsXY& screenCoords)
|
||||
*
|
||||
* rct2: 0x006EDE88
|
||||
*/
|
||||
InteractionInfo ViewportInteractionGetItemRight(const ScreenCoordsXY& screenCoords)
|
||||
static InteractionInfo ViewportInteractionGetItemRight(const ScreenCoordsXY& screenCoords)
|
||||
{
|
||||
Ride* ride;
|
||||
int32_t i;
|
||||
|
||||
Reference in New Issue
Block a user