mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Actually register it. Include correct header. Fix formatting
This commit is contained in:
@@ -49,9 +49,9 @@
|
||||
#include "StaffSetOrdersAction.hpp"
|
||||
#include "TrackPlaceAction.hpp"
|
||||
#include "TrackRemoveAction.hpp"
|
||||
#include "TrackSetBrakeSpeedAction.hpp"
|
||||
#include "WallRemoveAction.hpp"
|
||||
#include "WaterSetHeightAction.hpp"
|
||||
#include "TrackSetBrakeSpeedAction.hpp"
|
||||
|
||||
namespace GameActions
|
||||
{
|
||||
@@ -96,6 +96,7 @@ namespace GameActions
|
||||
Register<LandSetHeightAction>();
|
||||
Register<TrackPlaceAction>();
|
||||
Register<TrackRemoveAction>();
|
||||
Register<TrackSetBrakeSpeedAction>();
|
||||
Register<ClearAction>();
|
||||
Register<PauseToggleAction>();
|
||||
Register<LoadOrQuitAction>();
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../management/Finance.h"
|
||||
#include "GameAction.h"
|
||||
|
||||
DEFINE_GAME_ACTION(TrackSetBrakeSpeedAction, GAME_COMMAND_SET_BRAKES_SPEED, GameActionResult)
|
||||
|
||||
Reference in New Issue
Block a user