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