pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src World.hh,1.40,1.41


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src World.hh,1.40,1.41
Date: 12 Jun 2002 11:08:48 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv19814

Modified Files:
        World.hh 
Log Message:
replaced #include WorldObj.hh with a forward declaration


Index: World.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/World.hh,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- World.hh    12 Jun 2002 11:04:03 -0000      1.40
+++ World.hh    12 Jun 2002 11:08:46 -0000      1.41
@@ -22,7 +22,6 @@
 
 #include <list>
 #include <string>
-#include "WorldObj.hh"
 
 // Forward declarations
 class CL_Vector;
@@ -40,6 +39,7 @@
 class View;
 class ColMap;
 class WorldImpl;
+class WorldObj;
 
 /** The World holds all objects of the pingu enviroment. 
     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]