More header cleanup.
SVN r1225 (trunk)
This commit is contained in:
parent
db5723997c
commit
b07542ddd6
62 changed files with 73 additions and 92 deletions
|
|
@ -1,9 +1,17 @@
|
|||
#include "a_pickups.h"
|
||||
#include "a_weaponpiece.h"
|
||||
#include "doomstat.h"
|
||||
#include "farchive.h"
|
||||
|
||||
IMPLEMENT_CLASS (AWeaponHolder)
|
||||
|
||||
void AWeaponHolder::Serialize (FArchive &arc)
|
||||
{
|
||||
Super::Serialize(arc);
|
||||
arc << PieceMask << PieceWeapon;
|
||||
}
|
||||
|
||||
|
||||
IMPLEMENT_POINTY_CLASS (AWeaponPiece)
|
||||
DECLARE_POINTER (FullWeapon)
|
||||
END_POINTERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue