Mercurial > sdl-ios-xcode
diff test/testsprite2.c @ 1712:931d111e737a SDL-1.3
Started framework for Windows video driver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 13:56:56 +0000 |
parents | 57ce47f033a5 |
children | 6c63fc2bd986 |
line wrap: on
line diff
--- a/test/testsprite2.c Mon Jun 26 05:27:34 2006 +0000 +++ b/test/testsprite2.c Mon Jun 26 13:56:56 2006 +0000 @@ -1,10 +1,6 @@ /* Simple program: Move N sprites around on the screen as fast as possible */ -#include <stdio.h> #include <stdlib.h> -#include <string.h> -#include <ctype.h> -#include <math.h> #include <time.h> #include "SDL.h" @@ -122,7 +118,6 @@ int main(int argc, char *argv[]) { - const SDL_DisplayMode *current_mode; int window_w, window_h; int i, done; SDL_Event event;