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