More header cleanup.

SVN r1225 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-15 00:47:31 +00:00
commit b07542ddd6
62 changed files with 73 additions and 92 deletions

View file

@ -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