From ac528411df2e42e066ab301517bd85743162f356 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/town.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 50dbb171e..65de8e3e9 100644 --- a/src/town.h +++ b/src/town.h @@ -11,6 +11,7 @@ #include "tile_type.h" #include "date_type.h" #include "town_type.h" +#include "player_type.h" enum { HOUSE_NO_CLASS = 0, -- cgit v1.2.3-54-g00ecf