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