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

13 lines
152 B
C++

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