SDL: .wikiheader-options: Treat SDL int types (Uint64, etc) as API prefixes.

From 615d2dcd5b6352aea50372745a05779e24ff8d31 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 1 Nov 2024 23:47:32 -0400
Subject: [PATCH] .wikiheader-options: Treat SDL int types (Uint64, etc) as API
 prefixes.

This makes any reference to them in the docs link to their wiki pages.
---
 .wikiheaders-options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.wikiheaders-options b/.wikiheaders-options
index 720a9de248f74..c53d9b561f55d 100644
--- a/.wikiheaders-options
+++ b/.wikiheaders-options
@@ -3,7 +3,7 @@ projectshortname = SDL
 incsubdir = include/SDL3
 wikisubdir =
 readmesubdir = docs
-apiprefixregex = (SDL_|SDLK_)
+apiprefixregex = (SDL_|SDLK_|[US]int\d+)
 mainincludefname = SDL3/SDL.h
 versionfname = include/SDL3/SDL_version.h
 versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z