diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-23 18:13:26 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-23 18:13:26 +1000 |
commit | 176c79bada5f175202a1f67828a9d4bfc208895c (patch) | |
tree | 7487030ad4227dd1bd223d202d699a7400305bcf /lib/windows32/include/SDL_revision.h | |
parent | bab5f0bd1123034cce33e7519dbb33afbd04b081 (diff) |
Hardware Cursor support
Updated SDL2 for this, so lib\ is no longer gitignored
Diffstat (limited to 'lib/windows32/include/SDL_revision.h')
-rw-r--r-- | lib/windows32/include/SDL_revision.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |