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

  1. #ifndef _DEFOBJ_
  2. #define _DEFOBJ_
  3. #include "sprfunc.h"
  4.  
  5. void Init_Def_Obj(func_index index);
  6. ULONG Default_Message(pobject send_obj, pobject receive_obj, ULONG message, pdata extra_data);
  7.  
  8.  
  9. #endif
  10.