mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixed GCC/Clang compile errors.
This commit is contained in:
parent
e16713492f
commit
d91023ba0b
4 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "dsectoreffect.h"
|
||||
#include "gi.h"
|
||||
#include "p_local.h"
|
||||
#include "g_levellocals.h"
|
||||
#include "p_3dmidtex.h"
|
||||
#include "r_data/r_interpolate.h"
|
||||
#include "statnums.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "p_lnspec.h"
|
||||
#include "p_local.h"
|
||||
#include "g_levellocals.h"
|
||||
#include "a_sharedglobal.h"
|
||||
#include "r_sky.h"
|
||||
#include "gl/renderer/gl_renderer.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "g_levellocals.h"
|
||||
#include "r_state.h"
|
||||
#include "p_maputl.h"
|
||||
#include "p_blockmap.h"
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
#include "r_utility.h"
|
||||
#include "d_player.h"
|
||||
#include "p_local.h"
|
||||
#include "g_levellocals.h"
|
||||
#include "p_maputl.h"
|
||||
#include "math/cmath.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue