Added a simple log message API

This commit is contained in:
Sam Lantinga 2011-02-07 16:45:40 -08:00
parent acee78a1c2
commit f582f9e58e
13 changed files with 549 additions and 33 deletions

View file

@ -81,6 +81,7 @@
#include "SDL_events.h"
#include "SDL_hints.h"
#include "SDL_loadso.h"
#include "SDL_log.h"
#include "SDL_mutex.h"
#include "SDL_power.h"
#include "SDL_render.h"