- moved ammo to its own file, including the backpack.

- moved weapon declarations to their own header.
This commit is contained in:
Christoph Oelckers 2016-11-30 12:24:50 +01:00
commit 229c55ce61
23 changed files with 836 additions and 611 deletions

View file

@ -69,6 +69,7 @@
#include "p_setup.h"
#include "p_spec.h"
#include "r_utility.h"
#include "a_ammo.h"
#include "math/cmath.h"
static FRandom pr_script("FScript");