1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Move Sawyer coding into its own namespace

This commit is contained in:
Gymnasiast
2025-07-03 20:36:56 +02:00
parent 8c001ba4b5
commit e29ba3bca4
14 changed files with 49 additions and 44 deletions

View File

@@ -54,6 +54,7 @@
#include <unordered_map>
using namespace OpenRCT2;
using namespace OpenRCT2::SawyerCoding;
struct IFileDataRetriever
{