Revision: 543
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=543&view=rev
Author: andy_miller
Date: 2008-01-14 22:48:00 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
QuickGUI code generation improvements
Modified Paths:
--------------
trunk/python-ogre/code_generators/quickgui/python_quickgui_aliases.h
Modified: trunk/python-ogre/code_generators/quickgui/python_quickgui_aliases.h
===================================================================
--- trunk/python-ogre/code_generators/quickgui/python_quickgui_aliases.h 2008-01-15 06:47:21 UTC (rev 542)
+++ trunk/python-ogre/code_generators/quickgui/python_quickgui_aliases.h 2008-01-15 06:48:00 UTC (rev 543)
@@ -11,3 +11,7 @@
typedef std::vector<QuickGUI::Vertex, std::allocator<QuickGUI::Vertex> > VectorVertex;
typedef std::vector<std::string, std::allocator<std::string> > VectorString;
typedef std::list<QuickGUI::QuadContainer*, std::allocator<QuickGUI::QuadContainer*> > QuadContainerList;
+typedef std::map<std::string, QuickGUI::SkinSet*> MapSkinSets;
+typedef std::vector<QuickGUI::ConfigNode*> VectorConfigNode;
+typedef std::vector<QuickGUI::TreeItem*> VectorTreeItem;
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|