home *** CD-ROM | disk | FTP | other *** search
- // defines a normal pylon
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_PYLON_NORMAL_GSH
- #define INCLUDED_PYLON_NORMAL_GSH
-
- #include "pylon_frag.gsh"
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- shape Shp_Force_Pylon_A
- {
- file "objects\Level 01 PRISON PYLON.rif"
- name "FORCE PYLON A"
- }
-
- role Rol_force_pylon_a : Rol_PlacedObject
- {
- shape Shp_Force_Pylon_A
- identifier "pylon"
- destructibility Frg_Pylon
- armour 25
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_PYLON_NORMAL_GSH
-