home *** CD-ROM | disk | FTP | other *** search
- // defines a normal gasbridge
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_GASBRIDGE_GSH
- #define INCLUDED_GASBRIDGE_GSH
-
- #include "gasbridge_frag.gsh"
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- shape Shp_gasbridge
- {
- file "objects\gasbridge.rif"
- name "gasbridge"
- }
-
- role Rol_gasbridge : Rol_PlacedObject
- {
- shape Shp_gasbridge
- identifier "gasbridge"
- destructibility Frg_gasbridge
- destination selectable yes
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_gasbridge_GSH
-