Initial commit.

This commit is contained in:
2026-03-08 14:53:55 -07:00
commit 0717d54f63
106 changed files with 59106 additions and 0 deletions
+8
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