initial commit

This commit is contained in:
Arnav Bhatt
2024-05-26 04:50:02 +05:30
commit 626bbb0d5e
1389 changed files with 549923 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@"
#define SDL_REVISION_NUMBER 0
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "@SDL_REVISION@"
#endif