Added documentation on how to build a completely useless SDL library. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401488
This commit is contained in:
Sam Lantinga 2006-03-08 08:30:17 +00:00
parent baeb11507d
commit df3dfeb000
9 changed files with 149 additions and 10 deletions

View file

@ -1,7 +1,7 @@
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
#include <stdlib.h>
#include "SDL.h"
#include "SDL_endian.h"