home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / DAMAGE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-12  |  101 b   |  8 lines

  1. #ifndef _DAMAGE_
  2. #define _DAMAGE_
  3.  
  4. void Give_Damage(pobject the_obj, short amount);
  5.  
  6. #endif
  7.  
  8.