diff options
author | talha <sarcxd@gmail.com> | 2024-10-08 21:15:38 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2024-10-08 21:15:38 +0500 |
commit | 7c0ca92da0d2d0fd7e7f4da957ef7d1ea9f15e41 (patch) | |
tree | c5db10f770781a2a7bff76ef9330de4779416eb6 /include/SDL2/SDL_revision.h |
Saving draft, added collision detection so far
Diffstat (limited to 'include/SDL2/SDL_revision.h')
-rwxr-xr-x | include/SDL2/SDL_revision.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/SDL2/SDL_revision.h b/include/SDL2/SDL_revision.h new file mode 100755 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 |