home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 95
/
XENIATGM95.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
gasbridge.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
917b
|
32 lines
// defines a normal gasbridge
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_GASBRIDGE_GSH
#define INCLUDED_GASBRIDGE_GSH
#include "gasbridge_frag.gsh"
////////////////////////////////////////////////////////////////////////////////////
shape Shp_gasbridge
{
file "objects\gasbridge.rif"
name "gasbridge"
}
role Rol_gasbridge : Rol_PlacedObject
{
shape Shp_gasbridge
identifier "gasbridge"
destructibility Frg_gasbridge
destination selectable yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_gasbridge_GSH