forked from mirror/OpenTTD
(svn r1835) Reduce the visibility of network_core.h
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#ifndef NETWORK_H
|
#ifndef NETWORK_H
|
||||||
#define NETWORK_H
|
#define NETWORK_H
|
||||||
|
|
||||||
#include "network_core.h"
|
|
||||||
#define NOREV_STRING "norev000"
|
#define NOREV_STRING "norev000"
|
||||||
|
|
||||||
#ifdef ENABLE_NETWORK
|
#ifdef ENABLE_NETWORK
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include "ttd.h"
|
#include "ttd.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
|
#include "network_core.h"
|
||||||
|
|
||||||
// Is the network enabled?
|
// Is the network enabled?
|
||||||
#ifdef ENABLE_NETWORK
|
#ifdef ENABLE_NETWORK
|
||||||
|
Reference in New Issue
Block a user