summaryrefslogtreecommitdiff
path: root/include/SDL_test.h
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2012-11-26 23:12:47 -0800
committerAndreas Schiffler <aschiffler@ferzkopp.net>2012-11-26 23:12:47 -0800
commitf4b2126d733dd75ae4955be022452ff0537a7722 (patch)
treee09ec8e417cf20fa615c08f284300c1b4e3d65d6 /include/SDL_test.h
parentd1cb829ac08abcfb13dbb1ca976ea6e4b424966a (diff)
downloadsdl-f4b2126d733dd75ae4955be022452ff0537a7722.tar.gz
Add random module to test lib
Diffstat (limited to 'include/SDL_test.h')
-rw-r--r--include/SDL_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_test.h b/include/SDL_test.h
index 94877ad97..1d215a914 100644
--- a/include/SDL_test.h
+++ b/include/SDL_test.h
@@ -32,6 +32,7 @@
#include "SDL.h"
#include "SDL_test_font.h"
+#include "SDL_test_random.h"
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */