(svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere.

This commit is contained in:
peter1138
2006-05-01 11:27:39 +00:00
parent 80a75e3573
commit d1fa0742a5
5 changed files with 83 additions and 81 deletions

View File

@@ -16,7 +16,7 @@
#include "town.h"
#include "industry.h"
#include "player.h"
#include "airport_movement.h"
#include "airport.h"
#include "sound.h"
#include "variables.h"
#include "table/sprites.h"