home *** CD-ROM | disk | FTP | other *** search
- // defines the fragmented archore bot
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_ARCHOREFRAG_GSH
- #define INCLUDED_ARCHOREFRAG_GSH
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- #include "defaults.gsh"
-
- hierarchy Hcy_archorefrag
- {
- file "units\archorefrag.rif"
- name "archorefrag"
- hotspot none
- }
-
- role Rol_archorefrag : Rol_FragObject
- {
- shape Hcy_archorefrag
- identifier "archorefrag"
- }
-
- frag data Frg_archore
- {
- role Rol_archorefrag
- scale 10
- replace yes
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_ARCHOREFRAG_GSH
-