mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added AlwaysIncludeUser, fixed context cleanup order
This commit is contained in:
parent
8dbfd1b0e3
commit
1954152a6d
9 changed files with 134 additions and 57 deletions
|
@ -58,7 +58,8 @@ public:
|
|||
CompileState_None,
|
||||
CompileState_Normal,
|
||||
CompileState_Unreified,
|
||||
CompileState_VData
|
||||
CompileState_VData,
|
||||
CompileState_Cleanup
|
||||
};
|
||||
|
||||
struct Stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue