home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 95
/
XENIATGM95.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
lightbulb.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
861b
|
32 lines
// defines lightbulb
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_LIGHTBULB_GSH
#define INCLUDED_LIGHTBULB_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "corona_light.gsh"
shape Shp_Lightbulb
{
file "objects\lightbulb.rif"
name "lightbulb"
}
role Rol_Lightbulb : Rol_PlacedObject
{
shape Shp_Lightbulb
light Lit_Corona
pgen Pgn_Corona
identifier "lightbulb"
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_LIGHTBULB_GSH