home *** CD-ROM | disk | FTP | other *** search
- // defines the fragmented minebot
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_MINEFRAG_GSH
- #define INCLUDED_MINEFRAG_GSH
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- #include "defaults.gsh"
-
- hierarchy Hcy_MineFrag
- {
- file "units\minebotfrag.rif"
- name "minebotfrag"
- hotspot none
- }
-
- role Rol_MineFrag : Rol_FragObject
- {
- shape Hcy_MineFrag
- identifier "minefrag"
- }
-
- frag data Frg_Minebot
- {
- role Rol_MineFrag
- scale 7
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_MINEFRAG_GSH
-