mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
- fixed compilation of optimized GCC and Clang targets
This commit is contained in:
parent
f0ca7fb213
commit
72c8df530f
4 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
#include "a_keys.h"
|
#include "a_keys.h"
|
||||||
#include "d_net.h"
|
#include "d_net.h"
|
||||||
#include "serializer.h"
|
#include "serializer.h"
|
||||||
|
#include "serialize_obj.h"
|
||||||
#include "r_utility.h"
|
#include "r_utility.h"
|
||||||
#include "a_morph.h"
|
#include "a_morph.h"
|
||||||
#include "g_levellocals.h"
|
#include "g_levellocals.h"
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
#include "teaminfo.h"
|
#include "teaminfo.h"
|
||||||
#include "d_net.h"
|
#include "d_net.h"
|
||||||
#include "serializer_doom.h"
|
#include "serializer_doom.h"
|
||||||
|
#include "serialize_obj.h"
|
||||||
#include "d_player.h"
|
#include "d_player.h"
|
||||||
#include "filesystem.h"
|
#include "filesystem.h"
|
||||||
#include "vm.h"
|
#include "vm.h"
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
#include "po_man.h"
|
#include "po_man.h"
|
||||||
#include "actorptrselect.h"
|
#include "actorptrselect.h"
|
||||||
#include "serializer_doom.h"
|
#include "serializer_doom.h"
|
||||||
|
#include "serialize_obj.h"
|
||||||
#include "decallib.h"
|
#include "decallib.h"
|
||||||
#include "p_terrain.h"
|
#include "p_terrain.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
#include "p_spec.h"
|
#include "p_spec.h"
|
||||||
#include "p_checkposition.h"
|
#include "p_checkposition.h"
|
||||||
#include "serializer_doom.h"
|
#include "serializer_doom.h"
|
||||||
|
#include "serialize_obj.h"
|
||||||
#include "r_utility.h"
|
#include "r_utility.h"
|
||||||
#include "thingdef.h"
|
#include "thingdef.h"
|
||||||
#include "d_player.h"
|
#include "d_player.h"
|
||||||
|
|
Loading…
Reference in a new issue