// /*-------------------------------------------------------------------*\ // | RESOLVE : RAW Foundation // |*-------------------------------------------------------------------*| // | Description: // | // | This header file includes everything necessary to use // | RESOLVE_Foundation as well as the "raw C" stuff. // | // | ALERT: !!! The ordering of #include's in this file is vital !!! // \*-------------------------------------------------------------------*/ #ifndef RAW_FOUNDATION_H #define RAW_FOUNDATION_H 1 // /*-------------------------------------------------------------------*\ // | Standard library includes // \*-------------------------------------------------------------------*/ #include #include //#include #include #include #include #include "RESOLVE_Foundation.h" #endif // RAW_FOUNDATION_H