Added a hint system to allow configuration hints to be specified by the application.

This commit is contained in:
Sam Lantinga
2011-02-05 10:02:39 -08:00
parent e113c084a6
commit 8322900075
5 changed files with 222 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
#include "SDL_endian.h"
#include "SDL_error.h"
#include "SDL_events.h"
#include "SDL_hints.h"
#include "SDL_loadso.h"
#include "SDL_mutex.h"
#include "SDL_power.h"