mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- compile the states.
This commit is contained in:
parent
27a9def748
commit
c4ded2f133
4 changed files with 315 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct FFlagDef
|
|||
int varflags;
|
||||
};
|
||||
|
||||
void FinalizeClass(PClass *cls);
|
||||
void FinalizeClass(PClass* ccls, FStateDefinitions& statedef);
|
||||
FFlagDef *FindFlag (const PClass *type, const char *part1, const char *part2, bool strict = false);
|
||||
const char* GetFlagName(unsigned int flagnum, int flagoffset);
|
||||
void HandleDeprecatedFlags(DCoreActor *defaults, PClassActor *info, bool set, int index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue