- grouped all external entry points of the GL renderer in gl_functions.h so that non-GL files don't need to include anything else.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@489 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2009-09-25 20:42:15 +00:00
parent a06e74ec06
commit 2e45aa8d26
21 changed files with 114 additions and 138 deletions

View file

@ -50,7 +50,7 @@
#include "r_bsp.h"
#include "r_plane.h"
#include "v_palette.h"
#include "gl/data/gl_data.h"
//#include "gl/data/gl_data.h"
#include "gl/gl_functions.h"
// MACROS ------------------------------------------------------------------