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