1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 22:59:30 +00:00

(svn r2973) Move a function declaration somewhere where it belongs

This commit is contained in:
tron
2005-09-23 06:38:36 +00:00
parent afcb9f0d60
commit 313fcfbd83
4 changed files with 10 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include "../../airport.h"
#include "../../depot.h"
#include "../../variables.h"
#include "default.h"
// remove some day perhaps?
static Player *_cur_ai_player;