2022-11-22 20:48:33 +03:00
projectfullname = SDL
projectshortname = SDL
2023-01-25 03:42:03 +03:00
incsubdir = include/SDL3
2022-06-16 06:25:36 +03:00
wikisubdir =
2023-02-28 19:37:46 +03:00
readmesubdir = docs
2022-06-16 06:25:36 +03:00
apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_)
2023-03-18 03:29:05 +03:00
mainincludefname = SDL3/SDL.h
2022-12-18 05:24:41 +03:00
versionfname = include/SDL3/SDL_version.h
2022-06-16 06:25:36 +03:00
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z
versionpatchregex = \A\#define\s+SDL_PATCHLEVEL\s+(\d+)\Z
selectheaderregex = \ASDL.*?\.h\Z
projecturl = https://libsdl.org/
wikiurl = https://wiki.libsdl.org
bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
warn_about_missing = 0
2023-01-26 22:50:52 +03:00
wikipreamble = (This is the documentation for SDL3, which is under heavy development and the API is changing! [SDL2](https://wiki.libsdl.org/SDL2/) is the current stable version!)