- added Shadow Warrior files to CMake project - not compiled yet.

This commit is contained in:
Christoph Oelckers 2019-10-09 18:09:05 +02:00
parent 1104065b47
commit 70004665fd
128 changed files with 558 additions and 19 deletions

View file

@ -24,6 +24,8 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
*/
//-------------------------------------------------------------------------
#include "ns.h"
#undef MAIN
#include "build.h"
#include "common.h"
@ -43,6 +45,8 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#include "weapon.h"
#include "fx_man.h"
BEGIN_SW_NS
//#define UK_VERSION TRUE
#define PANF_UZI_XFLIP (BIT(21))
@ -8073,3 +8077,4 @@ saveable_module saveable_panel =
SIZ(saveable_panel_data)
};
END_SW_NS