home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 42
/
CDGAMER42.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
lobfrag.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
903b
|
38 lines
// defines the fragmented lob bot
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_LOBFRAG_GSH
#define INCLUDED_LOBFRAG_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_lobfrag
{
file "units\lobfrag.rif"
name "lobfrag"
hotspot none
}
role Rol_lobfrag : Rol_FragObject
{
shape Hcy_lobfrag
identifier "lobfrag"
}
frag data Frg_lob
{
role Rol_lobfrag
scale 6
replace yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_LOBFRAG_GSH