mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- added missing includes for release build.
This commit is contained in:
parent
8fd0fe5955
commit
82d87deb30
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ source as it is released.
|
|||
#include "c_dispatch.h"
|
||||
#include "gamestate.h"
|
||||
#include "automap.h"
|
||||
#include "dukeactor.h"
|
||||
|
||||
EXTERN_CVAR(Int, developer)
|
||||
EXTERN_CVAR(Bool, sv_cheats)
|
||||
|
|
|
@ -41,6 +41,7 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
|
|||
#include "names.h"
|
||||
#include "mapinfo.h"
|
||||
#include "gamestate.h"
|
||||
#include "dukeactor.h"
|
||||
#include "../../glbackend/glbackend.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue