1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00
Files
OpenRCT2/src/openrct2/network/NetworkClient.h
2025-08-31 15:26:10 +02:00

16 lines
231 B
C++

#pragma once
#include "NetworkBase.h"
#ifndef DISABLE_NETWORK
namespace OpenRCT2::Network
{
class NetworkClient final : public NetworkBase
{
public:
};
} // namespace OpenRCT2::Network
#endif // DISABLE_NETWORK