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

@ -26,6 +26,7 @@
#include "SDL_mouse.h"
#include "SDL_keysym.h"
#include "SDL_render.h"
#include "SDL_shape.h"
/* The SDL video driver */