home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 42
/
CDGAMER42.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
crate.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
841b
|
32 lines
// defines Crate
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_CRATE_GSH
#define INCLUDED_CRATE_GSH
#include "crate_frag.gsh"
////////////////////////////////////////////////////////////////////////////////////
shape Shp_Crate
{
file "objects\crate.rif"
name "crate"
}
role Rol_Crate : Rol_PlacedObject
{
shape Shp_Crate
identifier "crate"
destructibility Frg_Crate
ai blocker
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_CRATE_GSH