change a forward type declaration into a struct

This commit is contained in:
Anonymissimus 2013-02-23 01:12:32 +00:00
parent 459dc8b659
commit f1f1a61a33

View file

@ -21,7 +21,7 @@
#include <boost/shared_ptr.hpp>
class attack_type;
namespace t_translation { class t_terrain; }
namespace t_translation { struct t_terrain; }
/// The basic "size" of the unit - flying, small land, large land, etc.