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

This commit is contained in:
Sam Lantinga
2006-03-08 08:30:17 +00:00
parent 66b29f704f
commit 339f03befc
9 changed files with 149 additions and 10 deletions

View File

@@ -21,6 +21,9 @@
*/
#include "SDL_config.h"
#include "SDL_timer.h"
#include "../SDL_timer_c.h"
void SDL_StartTicks(void)
{
}