Set common name for system-specific framebuffer class

Implementation details are hidden as much as possible in platform-specific source files
Reduced number of included header files
This commit is contained in:
alexey.lysiuk 2018-04-09 11:48:20 +03:00 committed by Christoph Oelckers
commit e6e2b11167
11 changed files with 162 additions and 205 deletions

View file

@ -34,9 +34,6 @@
#include "r_state.h"
#include "actor.h"
#include "cmdlib.h"
#ifdef _WIN32
#include "win32gliface.h"
#endif
#include "v_palette.h"
#include "sc_man.h"
#include "textures/skyboxtexture.h"