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