diff options
author | talha <talha@talhaamir.xyz> | 2024-02-11 13:35:07 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-02-11 13:35:07 +0500 |
commit | 538cb8303b5c7ad14f9a6417ff0ae716fcd06571 (patch) | |
tree | bdafd7275588e00ddf9dce8ef1912a601f4ca185 /include/SDL2/SDL_revision.h |
setup git repo
Diffstat (limited to 'include/SDL2/SDL_revision.h')
-rw-r--r-- | include/SDL2/SDL_revision.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/SDL2/SDL_revision.h b/include/SDL2/SDL_revision.h new file mode 100644 index 0000000..453ccb3 --- /dev/null +++ b/include/SDL2/SDL_revision.h @@ -0,0 +1,7 @@ +/* Generated by updaterev.sh, do not edit */ +#ifdef SDL_VENDOR_INFO +#define SDL_REVISION "SDL-release-2.28.4-0-gcc016b004 (" SDL_VENDOR_INFO ")" +#else +#define SDL_REVISION "SDL-release-2.28.4-0-gcc016b004" +#endif +#define SDL_REVISION_NUMBER 0 |