//----------------------------------------------------------------------------- // // Copyright © 2016 Project Golan // // See "LICENSE" for more information. // //----------------------------------------------------------------------------- // // Define fixed because it breaks our code. // //----------------------------------------------------------------------------- #ifndef lithos3__Lth_stdfix_h #define lithos3__Lth_stdfix_h #define fixed #include #undef fixed #endif//lithos3__Lth_stdfix_h