Changeset 6448 for code/branches/network2/src/orxonox/items
- Timestamp:
- Jan 17, 2010, 11:37:48 AM (15 years ago)
- Location:
- code/branches/network2/src/orxonox/items
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network2/src/orxonox/items/Engine.h
r6417 r6448 44 44 45 45 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 46 void registerVariables();47 46 void setConfigValues(); 48 47 … … 107 106 108 107 private: 108 void registerVariables(); 109 109 void networkcallback_shipID(); 110 110 -
code/branches/network2/src/orxonox/items/MultiStateEngine.h
r6417 r6448 53 53 54 54 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 55 void registerVariables();56 55 57 56 virtual void tick(float dt); … … 68 67 69 68 private: 69 void registerVariables(); 70 70 71 int state_; 71 72 int oldState_;
Note: See TracChangeset
for help on using the changeset viewer.