mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 11:11:04 +00:00
- added Shadow Warrior files to CMake project - not compiled yet.
This commit is contained in:
parent
1104065b47
commit
70004665fd
128 changed files with 558 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue