|
SDL
2.0
|
Include dependency graph for SDL_os2.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | debug_os2(s, ...) do {} while (0) |
| #define | OS2_SysToUTF8(S) StrUTF8New(1, (S), SDL_strlen((S)) + 1) |
| #define | OS2_UTF8ToSys(S) StrUTF8New(0, (char *)(S), SDL_strlen((S)) + 1) |
Functions | |
| void | SDL_OS2Quit (void) |
| #define OS2_SysToUTF8 | ( | S | ) | StrUTF8New(1, (S), SDL_strlen((S)) + 1) |
| #define OS2_UTF8ToSys | ( | S | ) | StrUTF8New(0, (char *)(S), SDL_strlen((S)) + 1) |
Referenced by SDL_QuitSubSystem().