- 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

@ -28,6 +28,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
Removed sounds that were causing "Could
not load" error messages.
****************************************/
#include "ns.h"
#include "build.h"
@ -42,6 +43,8 @@ not load" error messages.
#include "sounds.h"
#include "network.h"
BEGIN_SW_NS
// Run the game with the -CACHEPRINT option and redirect to a file.
// It will save out the tile and sound number every time one caches.
//
@ -726,3 +729,4 @@ precache(void)
}
END_SW_NS