SDL: .wikiheaders-options: there are no more `KMOD_` or `AUDIO_` symbols in SDL3.

From 917c62e55ca6ddefa3a7f36ece5fb0b9feab6dc4 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 15 May 2024 12:32:41 -0400
Subject: [PATCH] .wikiheaders-options: there are no more `KMOD_` or `AUDIO_`
 symbols in SDL3.

---
 .wikiheaders-options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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