Changeset 7072 for code/branches/presentation3/src/orxonox/infos
- Timestamp:
- Jun 1, 2010, 9:28:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/infos/PlayerInfo.h
r6417 r7072 35 35 #include "core/SubclassIdentifier.h" 36 36 37 namespace orxonox 38 { 39 class _OrxonoxExport PlayerInfo : public Info 40 { 37 namespace orxonox // tolua_export 38 { // tolua_export 39 class _OrxonoxExport PlayerInfo // tolua_export 40 : public Info 41 { // tolua_export 41 42 public: 42 43 PlayerInfo(BaseObject* creator); … … 103 104 const GametypeInfo* gtinfo_; 104 105 unsigned int gtinfoID_; 105 }; 106 } 106 }; // tolua_export 107 } // tolua_export 107 108 108 109 #endif /* _PlayerInfo_H__ */
Note: See TracChangeset
for help on using the changeset viewer.