Simplifying

This commit is contained in:
Markus Kauppila 2011-05-24 10:25:25 +03:00
parent 58ff822335
commit 6a2c27c6eb
5 changed files with 8 additions and 59 deletions

View file

@ -23,6 +23,6 @@
#include <SDL/SDL.h>
void assertEquals(Uint32 expected, Uint32 actual);
void assertEquals(char *message, Uint32 expected, Uint32 actual);
#endif