diff test/testsprite.c @ 1907:06c27a737b7a

Streamlined the API a bit and optimized the software renderer.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 15 Jul 2006 09:46:36 +0000
parents c121d94672cb
children 103c6fec2a60
line wrap: on
line diff
--- a/test/testsprite.c	Fri Jul 14 08:24:43 2006 +0000
+++ b/test/testsprite.c	Sat Jul 15 09:46:36 2006 +0000
@@ -1,6 +1,7 @@
 /* Simple program:  Move N sprites around on the screen as fast as possible */
 
 #include <stdlib.h>
+#include <stdio.h>
 #include <time.h>
 
 #include "SDL.h"