mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r1835) Reduce the visibility of network_core.h
This commit is contained in:
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
Block a user