mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 18:55:23 +01:00
Add LandBuyRightsAction.hpp to Xcode project.
This commit is contained in:
committed by
duncanspumpkin
parent
e9e445837f
commit
a8ae81519c
@@ -119,6 +119,7 @@
|
||||
9346F9DC208A191900C77D91 /* GuestPathfinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9346F9D7208A191900C77D91 /* GuestPathfinding.cpp */; };
|
||||
9346F9DD208A191900C77D91 /* GuestPathfinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9346F9D7208A191900C77D91 /* GuestPathfinding.cpp */; };
|
||||
937A92152242CDAA00B09278 /* LandSmoothAction.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 937A92142242CDAA00B09278 /* LandSmoothAction.hpp */; };
|
||||
937A92132242CCB300B09278 /* LandBuyRightsAction.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 937A92122242CCB300B09278 /* LandBuyRightsAction.hpp */; };
|
||||
939A359A20C12FC800630B3F /* Paint.Litter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 939A359720C12FC700630B3F /* Paint.Litter.cpp */; };
|
||||
939A359B20C12FC800630B3F /* Paint.Misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 939A359820C12FC700630B3F /* Paint.Misc.cpp */; };
|
||||
939A359C20C12FC800630B3F /* Paint.Sprite.h in Headers */ = {isa = PBXBuildFile; fileRef = 939A359920C12FC700630B3F /* Paint.Sprite.h */; };
|
||||
@@ -1243,6 +1244,7 @@
|
||||
9350B52820B46E0900897BC5 /* ftrender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ftrender.h; sourceTree = "<group>"; };
|
||||
9350B52920B46E0900897BC5 /* ft2build.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ft2build.h; sourceTree = "<group>"; };
|
||||
937A92142242CDAA00B09278 /* LandSmoothAction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = LandSmoothAction.hpp; sourceTree = "<group>"; };
|
||||
937A92122242CCB300B09278 /* LandBuyRightsAction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = LandBuyRightsAction.hpp; sourceTree = "<group>"; };
|
||||
939A359720C12FC700630B3F /* Paint.Litter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Paint.Litter.cpp; sourceTree = "<group>"; };
|
||||
939A359820C12FC700630B3F /* Paint.Misc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Paint.Misc.cpp; sourceTree = "<group>"; };
|
||||
939A359920C12FC700630B3F /* Paint.Sprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Paint.Sprite.h; sourceTree = "<group>"; };
|
||||
@@ -2155,6 +2157,7 @@
|
||||
C9C630BD2235A9C6009AD16E /* FootpathPlaceFromTrackAction.hpp */,
|
||||
C9C630BB2235A7F9009AD16E /* WaterLowerAction.hpp */,
|
||||
C9C630BC2235A7F9009AD16E /* WaterRaiseAction.hpp */,
|
||||
937A92122242CCB300B09278 /* LandBuyRightsAction.hpp */,
|
||||
C9C630BA2235A7E7009AD16E /* LandLowerAction.hpp */,
|
||||
C9C630B92235A7E7009AD16E /* LandRaiseAction.hpp */,
|
||||
937A92142242CDAA00B09278 /* LandSmoothAction.hpp */,
|
||||
@@ -3535,6 +3538,7 @@
|
||||
2A43D2C02225B91A00E8F73B /* RideSetVehiclesAction.hpp in Headers */,
|
||||
2ADE2F1C2244187B002598AF /* ParkSetNameAction.hpp in Headers */,
|
||||
2AA050322209A8E300D3A922 /* StaffSetCostumeAction.hpp in Headers */,
|
||||
937A92132242CCB300B09278 /* LandBuyRightsAction.hpp in Headers */,
|
||||
2A61CAF72229E5720095AD67 /* FootpathPlaceAction.hpp in Headers */,
|
||||
2A43D2C22225B91A00E8F73B /* LoadOrQuitAction.hpp in Headers */,
|
||||
C62D838B1FD36D6F008C04F1 /* EditorObjectSelectionSession.h in Headers */,
|
||||
|
||||
Reference in New Issue
Block a user