(svn r12987) -Codechange: split viewport and tile selection.

This commit is contained in:
rubidium
2008-05-07 13:10:15 +00:00
parent e0e1bf76a2
commit c28ce39e3c
25 changed files with 129 additions and 81 deletions

View File

@@ -16,6 +16,7 @@
#include "vehicle_type.h"
#include "player_type.h"
#include "core/geometry_type.hpp"
#include "viewport_type.h"
#include <list>
DECLARE_OLD_POOL(Station, Station, 6, 1000)