Mercurial > sdl-ios-xcode
comparison test/testsprite.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 | 4da1ee79c9af |
children |
comparison
equal
deleted
inserted
replaced
1711:865ba39fc96d | 1712:931d111e737a |
---|---|
1 /* Simple program: Move N sprites around on the screen as fast as possible */ | 1 /* Simple program: Move N sprites around on the screen as fast as possible */ |
2 | 2 |
3 #include <stdio.h> | |
4 #include <stdlib.h> | 3 #include <stdlib.h> |
5 #include <string.h> | |
6 #include <ctype.h> | |
7 #include <math.h> | |
8 #include <time.h> | 4 #include <time.h> |
9 | 5 |
10 #include "SDL.h" | 6 #include "SDL.h" |
11 | 7 |
12 #define NUM_SPRITES 100 | 8 #define NUM_SPRITES 100 |