mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
13 lines
152 B
C++
13 lines
152 B
C++
#pragma once
|
|
|
|
#include "NetworkBase.h"
|
|
|
|
#ifndef DISABLE_NETWORK
|
|
|
|
class NetworkClient final : public NetworkBase
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif // DISABLE_NETWORK
|