Changeset 6804 in orxonox.OLD for trunk/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Jan 28, 2006, 11:29:03 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.h
r6756 r6804 27 27 virtual ~SpaceShip(); 28 28 29 void init();30 29 virtual void loadParams(const TiXmlElement* root); 31 30 … … 47 46 48 47 private: 48 void init(); 49 49 50 50 void calculateVelocity(float time); 51 void weaponAction();52 51 53 52 // !! temporary !!
Note: See TracChangeset
for help on using the changeset viewer.