mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 20:19:11 +00:00
(svn r1835) Reduce the visibility of network_core.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user