1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Rename network.h to Network.h (#23882)

This commit is contained in:
73
2025-02-24 04:43:06 -05:00
committed by GitHub
parent c1f25d6dad
commit a976a43708
66 changed files with 65 additions and 65 deletions

View File

@@ -32,7 +32,7 @@
#include <openrct2/core/EnumUtils.hpp>
#include <openrct2/interface/Chat.h>
#include <openrct2/interface/Screenshot.h>
#include <openrct2/network/network.h>
#include <openrct2/network/Network.h>
#include <openrct2/object/WallSceneryEntry.h>
#include <openrct2/platform/Platform.h>
#include <openrct2/ride/Track.h>