- moved armor class declarations to their own file and added necessary #includes only to those files actually using them.

- added copyright headers to a_armor.cpp and a_keys.cpp.
This commit is contained in:
Christoph Oelckers 2016-11-30 10:55:03 +01:00
commit 78fa076079
16 changed files with 233 additions and 86 deletions

View file

@ -45,6 +45,7 @@
#include "st_stuff.h"
#include "m_swap.h"
#include "a_keys.h"
#include "a_armor.h"
#include "templates.h"
#include "i_system.h"
#include "sbarinfo.h"