From 176c79bada5f175202a1f67828a9d4bfc208895c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Fri, 23 Jun 2023 18:13:26 +1000 Subject: Hardware Cursor support Updated SDL2 for this, so lib\ is no longer gitignored --- lib/windows32/include/SDL_revision.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/windows32/include/SDL_revision.h (limited to 'lib/windows32/include/SDL_revision.h') diff --git a/lib/windows32/include/SDL_revision.h b/lib/windows32/include/SDL_revision.h new file mode 100644 index 0000000..dd26edf --- /dev/null +++ b/lib/windows32/include/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.0-0-gffa78e6be (" SDL_VENDOR_INFO ")" +#else +#define SDL_REVISION "SDL-release-2.28.0-0-gffa78e6be" +#endif +#define SDL_REVISION_NUMBER 0 -- cgit v1.2.3