Changeset 7153 for code/branches/presentation3/src/orxonox/infos
- Timestamp:
- Jul 12, 2010, 1:08:58 PM (15 years ago)
- Location:
- code/branches/presentation3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3
- Property svn:mergeinfo changed
/code/branches/network2 (added) merged: 6448-6450,6455-6458,6462,6464-6465
- Property svn:mergeinfo changed
-
code/branches/presentation3/src/orxonox/infos/GametypeInfo.h
r7062 r7153 45 45 virtual ~GametypeInfo(); 46 46 47 void registerVariables();48 49 47 inline bool hasStarted() const 50 48 { return this->bStarted_; } … … 74 72 75 73 private: 74 void registerVariables(); 75 76 76 bool bStarted_; 77 77 bool bEnded_; -
code/branches/presentation3/src/orxonox/infos/HumanPlayer.h
r5781 r7153 43 43 virtual ~HumanPlayer(); 44 44 45 void registerVariables();46 45 void setConfigValues(); 47 46 … … 101 100 std::string gametypeHudTemplate_; 102 101 OverlayGroup* gametypeHud_; 102 private: 103 void registerVariables(); 103 104 }; 104 105 } -
code/branches/presentation3/src/orxonox/infos/PlayerInfo.h
r7072 r7153 43 43 PlayerInfo(BaseObject* creator); 44 44 virtual ~PlayerInfo(); 45 46 void registerVariables();47 45 48 46 virtual void changedName(); … … 92 90 93 91 private: 92 void registerVariables(); 94 93 void networkcallback_changedcontrollableentityID(); 95 94 void networkcallback_changedgtinfoID();
Note: See TracChangeset
for help on using the changeset viewer.