fix 3 more struct/class warnings

This commit is contained in:
Tomasz Śniatowski 2009-06-15 12:00:39 +01:00
parent 2d1d069242
commit 18bf7289e8
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class gamemap;
#include "../tod_manager.hpp"
#include "../playturn.hpp"
class paths;
struct paths;
/**
* info is structure which holds references to all the important objects

View File

@ -29,7 +29,7 @@ class t_string;
namespace gui2{
class tpoint;
struct tpoint;
class twidget;
class twindow;

View File

@ -22,7 +22,7 @@
namespace gui2 {
class tbuilder_grid;
struct tbuilder_grid;
typedef boost::intrusive_ptr<const tbuilder_grid> tbuilder_grid_const_ptr;
class tgrid;