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 >
Wrap
Text File
|
1996-02-09
|
734b
|
24 lines
/***********************************************************************
*
* Copyright (c) Geoworks 1991-92 -- All Rights Reserved
*
* PROJECT: Raycast
* FILE: raycast.goh
*
* AUTHOR: Marcus Gröber
*
***********************************************************************/
@class RaycastClass, GenGadgetClass;
@instance Boolean RCI_drawMap;
@instance sword RCI_plx;
@instance sword RCI_ply;
@instance sword RCI_plw;
@message void MSG_RAYCAST_INIT_TABLES();
@message void MSG_RAYCAST_SET_PLAYER(sword plx,sword ply,sword plw);
@message void MSG_RAYCAST_GET_PLAYER(sword *plx,sword *ply,sword *plw);
@message void MSG_RAYCAST_SET_MAP_MODE(Boolean drawMap);
@endc