- Timestamp:
- 05/13/06 23:04:05 (19 years ago)
- Location:
- GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBC.h
r950 r958 23 23 #include <BBCBillboardCloudSerializer.h> 24 24 #include <BBCOgreMeshSerializer.h> 25 #include <BBCColladaMeshSerializer.h>26 25 #include <BBCTimer.h> 27 26 -
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCColladaMeshSerializer.h
r950 r958 2 2 #define _BBCCOLLADAMESHSERIALIZER_H 3 3 4 #include <BBC.h> 5 #include <OgreNoMemoryMacros.h> 4 6 #include <FUtils.h> 5 7 #include <FUXmlWriter.h> … … 17 19 #include <FCDMaterial.h> 18 20 #include <FCDEffect.h> 19 #include <BBC.h> 21 20 22 21 23 namespace BBC { -
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCPrerequisites.h
r721 r958 3 3 4 4 #include <Ogre.h> 5 #include <OgreNoMemoryMacros.h> 5 6 #include <OgreMatrix3.h> 6 7 #include <OgreXMLMeshSerializer.h>
Note: See TracChangeset
for help on using the changeset viewer.