wikiheaders: Allow blank lines in post-typedef #define blocks.

Reference Issue #9557.
This commit is contained in:
Ryan C. Gordon 2024-04-25 14:26:49 -04:00
parent ac5a61cd60
commit d29b861a76
No known key found for this signature in database
GPG key ID: FA148B892AB48044
4 changed files with 28 additions and 7 deletions

View file

@ -47,6 +47,7 @@
* \sa SDL_KeyCode
*/
typedef Sint32 SDL_Keycode;
#define SDLK_SCANCODE_MASK (1<<30)
#define SDL_SCANCODE_TO_KEYCODE(X) (X | SDLK_SCANCODE_MASK)
#define SDLK_UNKNOWN 0