Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1906:0c49855a7a3e | 1907:06c27a737b7a |
---|---|
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 <stdlib.h> | 3 #include <stdlib.h> |
4 #include <stdio.h> | |
4 #include <time.h> | 5 #include <time.h> |
5 | 6 |
6 #include "SDL.h" | 7 #include "SDL.h" |
7 | 8 |
8 #define NUM_SPRITES 100 | 9 #define NUM_SPRITES 100 |