Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 17, 2004, 7:40:40 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: it's now possible to add derivations of Track to the World; hit function declaration finalized; implemented splash damage function (World::explosion())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/message_structures.h

    r2141 r2192  
    2626} Command;
    2727
     28enum DAMAGETYPE{ DMG_ENERY};
     29
     30//! structure that contains a damage message
     31typedef struct
     32{
     33        DAMAGETYPE type;        //!< The type of the damage delivered
     34        float dmg; //!< The amount of damage delivered
     35} Damage;
     36
    2837#endif
Note: See TracChangeset for help on using the changeset viewer.