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