- 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

@ -21,6 +21,7 @@
#include "d_event.h"
#include "d_player.h"
#include "vectors.h"
#include "a_ammo.h"
static FRandom pr_botmove ("BotMove");