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