1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +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

@@ -11,8 +11,8 @@
#include "../Context.h"
#include "../Game.h"
#include "../core/SawyerCoding.h"
#include "../object/Object.h"
#include "../util/SawyerCoding.h"
#include "../util/Util.h"
#include "ObjectLimits.h"
#include "ObjectManager.h"