mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r10365) -Fix: compiling without png and networking support under MSVC.
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
#ifndef NETWORK_DATA_H
|
||||
#define NETWORK_DATA_H
|
||||
|
||||
#include "../openttd.h"
|
||||
#include "network.h"
|
||||
|
||||
// Is the network enabled?
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "../openttd.h"
|
||||
#include "network.h"
|
||||
#include "core/os_abstraction.h"
|
||||
#include "core/core.h"
|
||||
#include "core/config.h"
|
||||
|
Reference in New Issue
Block a user