home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 42
/
CDGAMER42.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
crate_frag.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
911b
|
37 lines
// defines the fragmented crate
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_FRAGCRATE_GSH
#define INCLUDED_FRAGCRATE_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_Fragcrate
{
file "objects\fragcrate.rif"
name "fragcrate"
hotspot none
}
role Rol_Fragcrate : Rol_FragObject
{
shape Hcy_Fragcrate
identifier "fragcrate"
}
frag data Frg_Crate
{
role Rol_Fragcrate
scale 2
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_FRAGCRATE_GSH