pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2506 - trunk/src/editor


From: jave27
Subject: [Pingus-CVS] r2506 - trunk/src/editor
Date: Wed, 16 Nov 2005 04:57:43 +0100

Author: jave27
Date: 2005-11-16 04:57:40 +0100 (Wed, 16 Nov 2005)
New Revision: 2506

Modified:
   trunk/src/editor/level_impl.hxx
Log:
Added some more framework to the editor to load Level Objects.

Modified: trunk/src/editor/level_impl.hxx
===================================================================
--- trunk/src/editor/level_impl.hxx     2005-11-16 02:56:59 UTC (rev 2505)
+++ trunk/src/editor/level_impl.hxx     2005-11-16 03:57:40 UTC (rev 2506)
@@ -31,7 +31,7 @@
 
 namespace Editor {
 
-       class LevelObjs;
+       class LevelObj;
 
 class LevelImpl
 {
@@ -64,7 +64,7 @@
        std::string comment;
   std::string music;
 
-  std::vector<LevelObjs*> objects;
+  std::vector<LevelObj*> objects;
 
 private:
        LevelImpl (const LevelImpl&);





reply via email to

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