diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-27 21:01:21 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-27 21:01:21 +0200 |
| commit | 641f81317a5b5cea6b3c5a4c65b1ca4313b0d8c0 (patch) | |
| tree | 391bb0b6536ca2247a371f16a44249b8a5f963d6 /include/SDL2/SDL_revision.h | |
| parent | 9d0bb9f229155546fde8b4f666d2682ad5ac606f (diff) | |
audio, add throwable
Diffstat (limited to 'include/SDL2/SDL_revision.h')
| -rw-r--r-- | 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 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 |
