mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Fix formatting. Add missing header
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "../Context.h"
|
||||
#include "../OpenRCT2.h"
|
||||
#include "../actions/LandSetHeightAction.hpp"
|
||||
#include "../audio/audio.h"
|
||||
#include "../interface/Window.h"
|
||||
#include "../localisation/Localisation.h"
|
||||
#include "../localisation/StringIds.h"
|
||||
@@ -22,7 +23,6 @@
|
||||
#include "../world/Scenery.h"
|
||||
#include "../world/Sprite.h"
|
||||
#include "../world/Surface.h"
|
||||
#include "../audio/audio.h"
|
||||
#include "GameAction.h"
|
||||
|
||||
DEFINE_GAME_ACTION(LandLowerAction, GAME_COMMAND_LOWER_LAND, GameActionResult)
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WaterSetHeightAction.hpp"
|
||||
#include "../audio/audio.h"
|
||||
#include "GameAction.h"
|
||||
#include "WaterSetHeightAction.hpp"
|
||||
|
||||
DEFINE_GAME_ACTION(WaterLowerAction, GAME_COMMAND_LOWER_WATER, GameActionResult)
|
||||
{
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../audio/audio.h"
|
||||
#include "GameAction.h"
|
||||
#include "WaterSetHeightAction.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user