From 435845af18dead29addb2d88e32bf919011a0a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 3 Jan 2018 17:09:52 +0100 Subject: Add the 2.0.7 SDL include files This will be helpful to determine exactly what we implement, to provide some sort of documentation and help figure out what's new in more recent SDL versions. --- vendor/SDL/include/SDL_revision.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vendor/SDL/include/SDL_revision.h (limited to 'vendor/SDL/include/SDL_revision.h') diff --git a/vendor/SDL/include/SDL_revision.h b/vendor/SDL/include/SDL_revision.h new file mode 100644 index 0000000..d70fd69 --- /dev/null +++ b/vendor/SDL/include/SDL_revision.h @@ -0,0 +1,2 @@ +#define SDL_REVISION "hg-0:aaaaaaaaaaah" +#define SDL_REVISION_NUMBER 0 -- cgit v1.2.3