1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00
Files
OpenRCT2/src/openrct2/network/NetworkClient.h
2020-07-30 20:29:16 +02:00

13 lines
152 B
C++

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