From 538cb8303b5c7ad14f9a6417ff0ae716fcd06571 Mon Sep 17 00:00:00 2001 From: talha Date: Sun, 11 Feb 2024 13:35:07 +0500 Subject: setup git repo --- 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