(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 eb299736c1
commit 6ff844e7c4
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();