Loading...
Searching...
No Matches
Config.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
132 // Note: On newer MSVC versions, using deprecated functions causes a compiler error. In order to
133 // trigger a warning instead of an error, the compiler flag /sdl- (instead of /sdl) must be specified.
144 // With a bit of luck, the #pragma directive works, otherwise users get a warning (no error!) for unrecognized #pragma.