- moved EStateUseFlags to a more fitting header and deleted unused RAD2BAM inlines

This commit is contained in:
Christoph Oelckers 2023-08-12 09:38:41 +02:00
commit 0c9b652583
2 changed files with 10 additions and 19 deletions

View file

@ -9,6 +9,16 @@ class PPrototype;
struct ZCC_TreeNode;
class PContainerType;
// This is needed in common code, despite being Doom specific.
enum EStateUseFlags
{
SUF_ACTOR = 1,
SUF_OVERLAY = 2,
SUF_WEAPON = 4,
SUF_ITEM = 8,
};
// Symbol information -------------------------------------------------------
class PTypeBase