mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h.
This commit is contained in:
@@ -93,8 +93,6 @@ enum NetworkLanguage {
|
||||
NETLANG_COUNT
|
||||
};
|
||||
|
||||
#define VARDEF extern
|
||||
|
||||
extern NetworkPlayerInfo _network_player_info[MAX_PLAYERS];
|
||||
|
||||
extern uint32 _frame_counter_server; // The frame_counter of the server, if in network-mode
|
||||
|
Reference in New Issue
Block a user