mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
- moved around a few more files.
This commit is contained in:
parent
c3890342e6
commit
c5156d4598
6 changed files with 3 additions and 3 deletions
|
@ -907,7 +907,6 @@ set (PCH_SOURCES
|
||||||
c_expr.cpp
|
c_expr.cpp
|
||||||
c_functions.cpp
|
c_functions.cpp
|
||||||
ct_chat.cpp
|
ct_chat.cpp
|
||||||
cycler.cpp
|
|
||||||
d_iwad.cpp
|
d_iwad.cpp
|
||||||
d_main.cpp
|
d_main.cpp
|
||||||
d_anonstats.cpp
|
d_anonstats.cpp
|
||||||
|
@ -960,7 +959,6 @@ set (PCH_SOURCES
|
||||||
serializer.cpp
|
serializer.cpp
|
||||||
scriptutil.cpp
|
scriptutil.cpp
|
||||||
st_stuff.cpp
|
st_stuff.cpp
|
||||||
statistics.cpp
|
|
||||||
v_framebuffer.cpp
|
v_framebuffer.cpp
|
||||||
v_palette.cpp
|
v_palette.cpp
|
||||||
v_video.cpp
|
v_video.cpp
|
||||||
|
@ -979,6 +977,7 @@ set (PCH_SOURCES
|
||||||
gamedata/info.cpp
|
gamedata/info.cpp
|
||||||
gamedata/keysections.cpp
|
gamedata/keysections.cpp
|
||||||
gamedata/p_terrain.cpp
|
gamedata/p_terrain.cpp
|
||||||
|
gamedata/statistics.cpp
|
||||||
gamedata/teaminfo.cpp
|
gamedata/teaminfo.cpp
|
||||||
g_shared/a_pickups.cpp
|
g_shared/a_pickups.cpp
|
||||||
g_shared/a_action.cpp
|
g_shared/a_action.cpp
|
||||||
|
@ -1143,6 +1142,7 @@ set (PCH_SOURCES
|
||||||
intermission/intermission.cpp
|
intermission/intermission.cpp
|
||||||
intermission/intermission_parse.cpp
|
intermission/intermission_parse.cpp
|
||||||
r_data/colormaps.cpp
|
r_data/colormaps.cpp
|
||||||
|
r_data/cycler.cpp
|
||||||
r_data/gldefs.cpp
|
r_data/gldefs.cpp
|
||||||
r_data/a_dynlightdata.cpp
|
r_data/a_dynlightdata.cpp
|
||||||
r_data/r_translate.cpp
|
r_data/r_translate.cpp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "c_cvars.h"
|
#include "c_cvars.h"
|
||||||
#include "actor.h"
|
#include "actor.h"
|
||||||
#include "cycler.h"
|
#include "r_data/cycler.h"
|
||||||
#include "g_levellocals.h"
|
#include "g_levellocals.h"
|
||||||
|
|
||||||
struct side_t;
|
struct side_t;
|
||||||
|
|
Loading…
Reference in a new issue