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