Add random module to test lib

This commit is contained in:
Andreas Schiffler 2012-11-26 23:12:47 -08:00
parent c9f59a287d
commit 3483eda505
3 changed files with 216 additions and 0 deletions

View file

@ -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++ */