1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Fix namespace unused with HTTP disabled

This commit is contained in:
Michał Janiszewski
2018-06-19 22:31:54 +02:00
parent e1c5fda28d
commit 41b2168824

View File

@@ -26,10 +26,10 @@
#include "../world/Park.h"
#include "Http.h"
using namespace OpenRCT2::Network;
#ifndef DISABLE_HTTP
using namespace OpenRCT2::Network;
enum MASTER_SERVER_STATUS
{
MASTER_SERVER_STATUS_OK = 200,