home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 95
/
XENIATGM95.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
obliteronfrag.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
978b
|
38 lines
// defines the fragmented obliteron turret
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_obliteronFRAG_GSH
#define INCLUDED_obliteronFRAG_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_obliteronFrag
{
file "units\obliteronfrag.rif"
name "obliteronfrag"
hotspot none
}
role Rol_obliteronFrag : Rol_FragObject
{
shape Hcy_obliteronFrag
identifier "obliteronfrag"
}
frag data Frg_obliteron
{
role Rol_obliteronFrag
scale 6
replace yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_obliteronFRAG_GSH