Changeset 2192 in orxonox.OLD for orxonox/branches/chris/src/message_structures.h
- Timestamp:
- Jul 17, 2004, 7:40:40 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/message_structures.h
r2141 r2192 26 26 } Command; 27 27 28 enum DAMAGETYPE{ DMG_ENERY}; 29 30 //! structure that contains a damage message 31 typedef struct 32 { 33 DAMAGETYPE type; //!< The type of the damage delivered 34 float dmg; //!< The amount of damage delivered 35 } Damage; 36 28 37 #endif
Note: See TracChangeset
for help on using the changeset viewer.