(svn r3767) Move all direction related enums and functions to a separate header

This commit is contained in:
tron
2006-03-05 12:34:55 +00:00
parent 4da99989b9
commit f6176a89f9
7 changed files with 58 additions and 61 deletions

View File

@@ -6,6 +6,7 @@
/** @file depot.h Header files for depots (not hangars)
* @see depot.c */
#include "direction.h"
#include "pool.h"
#include "tile.h"
#include "variables.h"