1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Move SawyerCoding from util into core, and into its own namespace

This commit is contained in:
Aaron van Geffen
2024-10-29 21:59:28 +01:00
parent d8a5643611
commit f40da09ab8
21 changed files with 534 additions and 524 deletions

View File

@@ -23,6 +23,7 @@
#include "../core/File.h"
#include "../core/Guard.hpp"
#include "../core/Json.hpp"
#include "../core/SawyerCoding.h"
#include "../entity/EntityList.h"
#include "../entity/EntityRegistry.h"
#include "../entity/EntityTweener.h"
@@ -35,7 +36,6 @@
#include "../scripting/ScriptEngine.h"
#include "../ui/UiContext.h"
#include "../ui/WindowManager.h"
#include "../util/SawyerCoding.h"
#include "../world/Location.hpp"
#include "network.h"