mirror of https://github.com/OpenTTD/OpenTTD
(svn r1835) Reduce the visibility of network_core.h
parent
c5c5c9b17c
commit
7c38b7bc01
|
@ -1,7 +1,6 @@
|
|||
#ifndef NETWORK_H
|
||||
#define NETWORK_H
|
||||
|
||||
#include "network_core.h"
|
||||
#define NOREV_STRING "norev000"
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "ttd.h"
|
||||
#include "network.h"
|
||||
#include "network_core.h"
|
||||
|
||||
// Is the network enabled?
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
|
Loading…
Reference in New Issue