Changeset 618 for code/branches/FICN/src/orxonox/particle
- Timestamp:
- Dec 18, 2007, 4:47:58 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/particle
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/particle/ParticleInterface.cc
r592 r618 27 27 28 28 #include "ParticleInterface.h" 29 #include <Ogre.h> 29 // #include <OgreParticleSystem.h> 30 // #include <Ogre.h> 30 31 //#include <OIS/OIS.h> 31 32 // #include <CEGUI/CEGUI.h> -
code/branches/FICN/src/orxonox/particle/ParticleInterface.h
r609 r618 3 3 4 4 // #include "ParticleInterface.h" 5 #include <Ogre.h>6 #include <OIS/OIS.h>5 // #include <Ogre.h> 6 // #include <OIS/OIS.h> 7 7 // #include <CEGUI/CEGUI.h> 8 8 // #include <CEGUIRenderer.h> 9 #include <OgreParticleSystem.h> 10 #include <OgreParticleEmitter.h> 11 #include <OgreSceneManager.h> 9 12 10 13
Note: See TracChangeset
for help on using the changeset viewer.