Changeset 10413 for code/branches/core7/src/orxonox/PawnManager.h
- Timestamp:
- May 2, 2015, 11:20:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/PawnManager.h
r8351 r10413 33 33 34 34 #include "util/Singleton.h" 35 #include " tools/interfaces/Tickable.h"35 #include "core/UpdateListener.h" 36 36 37 37 namespace orxonox 38 38 { 39 class _OrxonoxExport PawnManager : public Singleton<PawnManager>, public Tickable39 class _OrxonoxExport PawnManager : public Singleton<PawnManager>, public UpdateListener 40 40 { 41 41 friend class Singleton<PawnManager>; … … 45 45 46 46 virtual void preUpdate(const Clock& time); 47 virtual void postUpdate(const Clock& time) { /*no action*/ } 47 48 48 49 private:
Note: See TracChangeset
for help on using the changeset viewer.