(svn r21887) -Fix-ish: some headers weren't including the headers they depend on

This commit is contained in:
rubidium
2011-01-22 10:10:03 +00:00
parent 43c8073551
commit 14e878f476
3 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,8 @@
#define ROAD_GUI_H
#include "road_type.h"
#include "tile_type.h"
#include "direction_type.h"
struct Window *ShowBuildRoadToolbar(RoadType roadtype);
struct Window *ShowBuildRoadScenToolbar();