wikiheaders: Let each subproject specify how to find their property symbols.

This commit is contained in:
Ryan C. Gordon
2025-06-15 22:32:15 -04:00
parent efed3c63b3
commit 3896b1b3f4
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ versionfname = include/SDL3/SDL_version.h
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z
versionmicroregex = \A\#define\s+SDL_MICRO_VERSION\s+(\d+)\Z
apipropertyregex = \A\s*\#\s*define\s+SDL_PROP_
selectheaderregex = \ASDL.*?\.h\Z
projecturl = https://libsdl.org/
wikiurl = https://wiki.libsdl.org