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

  1. #ifndef _EXPLOSION_
  2. #define _EXPLOSION_
  3.  
  4. void Init_Explosion(func_index index);
  5.  
  6. #endif
  7.