Streamlined the API a bit and optimized the software renderer.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401952
This commit is contained in:
Sam Lantinga 2006-07-15 09:46:36 +00:00
parent dfe1ea2171
commit d5d8761b60
10 changed files with 282 additions and 557 deletions

View file

@ -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"