1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Implement footpathplace

This commit is contained in:
duncanspumpkin
2019-03-01 12:57:58 +00:00
parent 510d71ab68
commit c8fd5174ae
5 changed files with 458 additions and 17 deletions

View File

@@ -10,6 +10,7 @@
#include "BannerSetNameAction.hpp"
#include "ClearAction.hpp"
#include "ClimateSetAction.hpp"
#include "FootpathPlaceAction.hpp"
#include "FootpathRemoveAction.hpp"
#include "FootpathSceneryPlaceAction.hpp"
#include "FootpathSceneryRemoveAction.hpp"
@@ -57,6 +58,7 @@ namespace GameActions
{
Register<BannerSetNameAction>();
Register<ClimateSetAction>();
Register<FootpathPlaceAction>();
Register<FootpathRemoveAction>();
Register<FootpathSceneryPlaceAction>();
Register<FootpathSceneryRemoveAction>();