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&);
_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs