1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Rename CheatSetAction to fit naming pattern

This commit is contained in:
Stephan Spengler
2023-01-02 14:19:46 +01:00
committed by Gymnasiast
parent 32dd535044
commit f8ab17749d
13 changed files with 76 additions and 76 deletions

View File

@@ -15,7 +15,7 @@
#include "../Intro.h"
#include "../OpenRCT2.h"
#include "../PlatformEnvironment.h"
#include "../actions/SetCheatAction.h"
#include "../actions/CheatSetAction.h"
#include "../audio/audio.h"
#include "../core/Console.hpp"
#include "../core/File.h"