Changeset 6448 for code/branches/network2/src/orxonox/infos/HumanPlayer.h
- Timestamp:
- Jan 17, 2010, 11:37:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network2/src/orxonox/infos/HumanPlayer.h
r5781 r6448 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 }
Note: See TracChangeset
for help on using the changeset viewer.