Heavy work on improving category documentation.

Still more to go!

Reference Issue .
This commit is contained in:
Ryan C. Gordon 2024-12-16 01:10:37 -05:00
parent 9aca97f4e7
commit 79316ca36e
No known key found for this signature in database
GPG key ID: FA148B892AB48044
30 changed files with 209 additions and 43 deletions
include/SDL3

View file

@ -21,7 +21,10 @@
/*
* This file reverses the effects of SDL_begin_code.h and should be included
* after you finish any function and structure declarations in your headers
* after you finish any function and structure declarations in your headers.
*
* SDL's headers use this; applications generally should not include this
* header directly.
*/
#ifndef SDL_begin_code_h