Changeset 2114 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Nov 2, 2008, 12:59:58 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/CameraManager.h
r2073 r2114 28 28 29 29 /** 30 @file CameraManager.h30 @file 31 31 @brief Handles the instances of Camera class 32 32 @author Benjamin Knecht <beni_at_orxonox.net> -
code/branches/objecthierarchy/src/orxonox/Settings.h
r1949 r2114 28 28 29 29 /** 30 @file Core.h30 @file 31 31 @brief Declaration of the Settings class. 32 32 -
code/branches/objecthierarchy/src/orxonox/objects/Tickable.h
r1790 r2114 28 28 29 29 /*! 30 @file Tickable.h30 @file 31 31 @brief Declaration of the Tickable interface. 32 32 -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.cc
r2112 r2114 28 28 29 29 /** 30 * @file ParticleInterface.cc30 * @file 31 31 * @brief class to control praticle effects 32 32 */ -
code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.cc
r2065 r2114 28 28 29 29 /** 30 * @file ParticleInterface.cc30 * @file 31 31 * @brief class to control praticle effects 32 32 */ -
code/branches/objecthierarchy/src/orxonox/tools/Timer.h
r1968 r2114 28 28 29 29 /*! 30 @file Timer.h30 @file 31 31 @brief Definition and Implementation of the Timer class. 32 32
Note: See TracChangeset
for help on using the changeset viewer.