Changeset 5629 for code/branches/libraries/src/orxonox/tools
- Timestamp:
- Aug 12, 2009, 12:45:43 AM (15 years ago)
- Location:
- code/branches/libraries/src/orxonox/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/tools/DynamicLines.h
r3196 r5629 37 37 namespace Ogre 38 38 { 39 class DynamicLines : public DynamicRenderable39 class _OrxonoxExport DynamicLines : public DynamicRenderable 40 40 { 41 41 typedef RenderOperation::OperationType OperationType; -
code/branches/libraries/src/orxonox/tools/DynamicRenderable.h
r3196 r5629 37 37 { 38 38 /// Abstract base class providing mechanisms for dynamically growing hardware buffers. 39 class DynamicRenderable : public SimpleRenderable39 class _OrxonoxExport DynamicRenderable : public SimpleRenderable 40 40 { 41 41 public: -
code/branches/libraries/src/orxonox/tools/Timer.h
r3301 r5629 171 171 172 172 //! The StaticTimer is a callback-object, calling a static function after a given time-interval. 173 class StaticTimer : public TimerBase173 class _OrxonoxExport StaticTimer : public TimerBase 174 174 { 175 175 public:
Note: See TracChangeset
for help on using the changeset viewer.