Split the rendering API out into a separate header file.

This commit is contained in:
Sam Lantinga 2011-02-01 15:02:21 -08:00
parent 6539ab9c74
commit b231d0b93d
6 changed files with 642 additions and 581 deletions

View file

@ -86,6 +86,7 @@
#include "SDL_loadso.h"
#include "SDL_mutex.h"
#include "SDL_power.h"
#include "SDL_render.h"
#include "SDL_rwops.h"
#include "SDL_thread.h"
#include "SDL_timer.h"