From 008997aa2107ae6940b2895b320f574adc85a114 Mon Sep 17 00:00:00 2001 From: talha Date: Tue, 12 Mar 2024 03:55:58 +0500 Subject: Added project files to git --- include/SDL2/SDL_revision.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/SDL2/SDL_revision.h (limited to 'include/SDL2/SDL_revision.h') 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 -- cgit v1.2.3