diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-23 01:50:58 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-23 01:50:58 +0100 |
commit | cae106a1e1968b850bf1d65dd7b5fda1f44e1ba5 (patch) | |
tree | a4e8c4e3af56300beb491721f431a9ee2f5bd60d /x86_64-w64-mingw32/include/SDL2/SDL_revision.h | |
parent | 4558a2a704bf75266f7262f8dd41bb1c9b094e1d (diff) | |
download | engine-cae106a1e1968b850bf1d65dd7b5fda1f44e1ba5.tar.gz |
improve SDL integration
Diffstat (limited to 'x86_64-w64-mingw32/include/SDL2/SDL_revision.h')
-rw-r--r-- | x86_64-w64-mingw32/include/SDL2/SDL_revision.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x86_64-w64-mingw32/include/SDL2/SDL_revision.h b/x86_64-w64-mingw32/include/SDL2/SDL_revision.h deleted file mode 100644 index 4455a08..0000000 --- a/x86_64-w64-mingw32/include/SDL2/SDL_revision.h +++ /dev/null @@ -1,7 +0,0 @@ -/* Generated by updaterev.sh, do not edit */ -#ifdef SDL_VENDOR_INFO -#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40 (" SDL_VENDOR_INFO ")" -#else -#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40" -#endif -#define SDL_REVISION_NUMBER 0 |