summaryrefslogtreecommitdiff
path: root/include/SDL_test.h
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2012-12-20 08:50:36 -0800
committerAndreas Schiffler <aschiffler@ferzkopp.net>2012-12-20 08:50:36 -0800
commitd89a908b7177bd285584e7181e24ef4d978bdd7f (patch)
tree84863d2fa6b818c81da6e3a0a2d0efebac055f75 /include/SDL_test.h
parent3df56e05fe81c42274fd8721ae653c4b29217dc9 (diff)
downloadsdl-d89a908b7177bd285584e7181e24ef4d978bdd7f.tar.gz
Add image data definitions (for render tests) 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 b21c0199e..499f315ad 100644
--- a/include/SDL_test.h
+++ b/include/SDL_test.h
@@ -40,6 +40,7 @@
#include "SDL_test_log.h"
#include "SDL_test_assert.h"
#include "SDL_test_harness.h"
+#include "SDL_test_images.h"
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */