Skip to content

Commit

Permalink
.wikiheaders-options: Fix include file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 9, 2024
1 parent 24e5f60 commit 3d705a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .wikiheaders-options
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ incsubdir = include
wikisubdir = SDL_net
apiprefixregex = SDLNet_
mainincludefname = SDL_net.h
versionfname = SDL_net.h
versionfname = include/SDL_net.h
versionmajorregex = \A\#define\s+SDL_NET_MAJOR_VERSION\s+(\d+)\Z
versionminorregex = \A\#define\s+SDL_NET_MINOR_VERSION\s+(\d+)\Z
versionpatchregex = \A\#define\s+SDL_NET_PATCHLEVEL\s+(\d+)\Z
Expand Down

0 comments on commit 3d705a1

Please sign in to comment.