mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed Linux compile
SVN r1500 (trunk)
This commit is contained in:
parent
66fa1b01fe
commit
9fdbf29cb1
2 changed files with 2 additions and 0 deletions
|
@ -460,6 +460,7 @@ add_executable( zdoom WIN32
|
|||
configfile.cpp
|
||||
ct_chat.cpp
|
||||
d_dehacked.cpp
|
||||
d_iwad.cpp
|
||||
d_main.cpp
|
||||
d_net.cpp
|
||||
d_netinfo.cpp
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include "w_zip.h"
|
||||
#include "v_palette.h"
|
||||
#include "m_argv.h"
|
||||
#include "m_misc.h"
|
||||
#include "c_cvars.h"
|
||||
#include "gameconfigfile.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue