Changeset 9667 for code/trunk/src/orxonox/infos/PlayerInfo.h
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/infos/PlayerInfo.h
r8706 r9667 33 33 34 34 #include "Info.h" 35 #include "core/ SubclassIdentifier.h"35 #include "core/class/SubclassIdentifier.h" 36 36 37 37 namespace orxonox // tolua_export … … 41 41 { // tolua_export 42 42 public: 43 PlayerInfo( BaseObject* creator);43 PlayerInfo(Context* context); 44 44 virtual ~PlayerInfo(); 45 45
Note: See TracChangeset
for help on using the changeset viewer.