(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
#ifndef NETWORK_INTERNAL_H
|
||||
#define NETWORK_INTERNAL_H
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "network.h"
|
||||
#include "network_func.h"
|
||||
#include "network_base.h"
|
||||
@@ -25,6 +23,8 @@
|
||||
|
||||
#include "../command_type.h"
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#ifdef RANDOM_DEBUG
|
||||
/**
|
||||
* If this line is enable, every frame will have a sync test
|
||||
|
Reference in New Issue
Block a user