diff options
author | talha <talha@talhaamir.xyz> | 2024-03-12 03:55:58 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-03-12 03:55:58 +0500 |
commit | 008997aa2107ae6940b2895b320f574adc85a114 (patch) | |
tree | ddf757fa9fb930115b4ed35cb8528ced978e1a8d /include/SDL2/SDL_revision.h |
Added project files to git
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 |