home *** CD-ROM | disk | FTP | other *** search
- // 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
-