- 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:
parent
014e04ce82
commit
78fa076079
16 changed files with 233 additions and 86 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#include "serializer.h"
|
||||
#include "r_utility.h"
|
||||
#include "a_morph.h"
|
||||
#include "a_armor.h"
|
||||
|
||||
// [RH] Actually handle the cheat. The cheat code in st_stuff.c now just
|
||||
// writes some bytes to the network data stream, and the network code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue