SYSTEM: Add a system method for retrieving the screen framebuffer

This commit is contained in:
Bastien Bouclet 2016-01-09 21:08:29 +01:00
parent e6a31b2150
commit 31715787ca
14 changed files with 47 additions and 17 deletions

View file

@ -49,7 +49,6 @@
#if defined(USE_GLES2) || defined(USE_OPENGL_SHADERS)
#include "graphics/colormasks.h"
#include "graphics/pixelbuffer.h"
#include "graphics/surface.h"
#include "math/glmath.h"