home *** CD-ROM | disk | FTP | other *** search
- // defines CarFire
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_CARFIRE_GSH
- #define INCLUDED_CARFIRE_GSH
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- #include "oilfire.gsh"
-
- #define Rol_CarFire Rol_OilFire // they're the same at present!
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_CARFIRE_GSH
-