home *** CD-ROM | disk | FTP | other *** search
- // defines a normal crateb
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_CRATEB_GSH
- #define INCLUDED_CRATEB_GSH
-
- #include "crateb_frag.gsh"
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- shape Shp_crateb
- {
- file "objects\crateb.rif"
- name "CRATE B"
- }
-
- role Rol_crateb : Rol_PlacedObject
- {
- shape Shp_crateb
- identifier "crateb"
- destructibility Frg_crateb
- destination selectable yes
- ai blocker
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_CRATEB_GSH
-