From 3d5567ccf767160de35b67bd165abe3badf487fe Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 May 2008 13:10:15 +0000 Subject: (svn r12987) -Codechange: split viewport and tile selection. --- 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 0b0952256..03d0cc112 100644 --- a/src/town.h +++ b/src/town.h @@ -15,6 +15,7 @@ #include "player_type.h" #include "settings_type.h" #include "strings_type.h" +#include "viewport_type.h" enum { HOUSE_NO_CLASS = 0, -- cgit v1.2.3-54-g00ecf