home *** CD-ROM | disk | FTP | other *** search
- // defines Container
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_CONTAINER_GSH
- #define INCLUDED_CONTAINER_GSH
-
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- shape Shp_Container
- {
- file "objects\container.rif"
- name "CONTAINER A"
- }
-
- role Rol_Container : Rol_PlacedObject
- {
- shape Shp_Container
- identifier "container"
- destructibility Frg_Container
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_CONTAINER_GSH
-