SDL: sdlwiki: SDL3 advises users to include through 'SDL3/SDL.h'

From 70edd548352e8f6da6fa84f2fd4d99d2d6ee6b4c Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sat, 18 Mar 2023 01:29:05 +0100
Subject: [PATCH] sdlwiki: SDL3 advises users to include through 'SDL3/SDL.h'

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

diff --git a/.wikiheaders-options b/.wikiheaders-options
index c02b648e9ccd..e11b0a7a0895 100644
--- a/.wikiheaders-options
+++ b/.wikiheaders-options
@@ -4,7 +4,7 @@ incsubdir = include/SDL3
 wikisubdir =
 readmesubdir = docs
 apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_)
-mainincludefname = SDL.h
+mainincludefname = SDL3/SDL.h
 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