(svn r12989) -Codechange: move ViewportSign to viewport_type.h.

This commit is contained in:
rubidium
2008-05-07 13:18:33 +00:00
parent 0cfd2baa3c
commit cd7c99452f
9 changed files with 27 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
#include "command_type.h"
#include "station_type.h"
#include "town_type.h"
#include "viewport_type.h"
DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000)