| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | { |
| | | SDL_MESSAGEBOX_ERROR = 0x00000010, /**< error dialog */ |
| | | SDL_MESSAGEBOX_WARNING = 0x00000020, /**< warning dialog */ |
| | | SDL_MESSAGEBOX_INFORMATION = 0x00000040 /**< informational dialog */ |
| | | SDL_MESSAGEBOX_INFORMATION = 0x00000040, /**< informational dialog */ |
| | | SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT = 0x00000080, /**< buttons placed left to right */ |
| | | SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT = 0x00000100 /**< buttons placed right to left */ |
| | | } SDL_MessageBoxFlags; |
| | | |
| | | /** |