1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

make DISABLE_NETWORK compatible

This commit is contained in:
Ted John
2016-05-28 22:27:08 +01:00
parent c0ad5aadd8
commit 00d4904ba9
9 changed files with 32 additions and 2 deletions

View File

@@ -14,6 +14,8 @@
*****************************************************************************/
#pragma endregion
#ifndef DISABLE_NETWORK
#include "NetworkTypes.h"
#include "NetworkPacket.h"
@@ -112,3 +114,5 @@ const utf8 * NetworkPacket::ReadString()
read++;
return str;
}
#endif