home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / SVET_GEO / GEORAY / GEORAY.ZIP / SOURCE.ZIP / RAYCAST.GOH < prev    next >
Text File  |  1996-02-09  |  734b  |  24 lines

  1. /***********************************************************************
  2.  *
  3.  *    Copyright (c) Geoworks 1991-92 -- All Rights Reserved
  4.  *
  5.  * PROJECT:       Raycast
  6.  * FILE:          raycast.goh
  7.  *
  8.  * AUTHOR:        Marcus Gröber
  9.  *
  10.  ***********************************************************************/
  11.  
  12. @class RaycastClass, GenGadgetClass;
  13.   @instance Boolean RCI_drawMap;
  14.   @instance sword RCI_plx;
  15.   @instance sword RCI_ply;
  16.   @instance sword RCI_plw;
  17.  
  18.   @message void MSG_RAYCAST_INIT_TABLES();
  19.   @message void MSG_RAYCAST_SET_PLAYER(sword plx,sword ply,sword plw);
  20.   @message void MSG_RAYCAST_GET_PLAYER(sword *plx,sword *ply,sword *plw);
  21.   @message void MSG_RAYCAST_SET_MAP_MODE(Boolean drawMap);
  22. @endc
  23.  
  24.