Added existing common.c/.h functions to test lib; minor assert refactoring

This commit is contained in:
Andreas Schiffler
2012-12-09 17:56:19 -08:00
parent 699ce173bd
commit e1c75c0fc9
8 changed files with 1491 additions and 20 deletions

View File

@@ -31,6 +31,7 @@
#define _SDL_test_h
#include "SDL.h"
#include "SDL_test_common.h"
#include "SDL_test_font.h"
#include "SDL_test_random.h"
#include "SDL_test_fuzzer.h"