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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user