mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Moved interfaces to owned non-code-generating modules
This commit is contained in:
parent
d86eb0625c
commit
f0d99a2bcc
5 changed files with 52 additions and 18 deletions
|
@ -1476,6 +1476,7 @@ public:
|
|||
bool mAddedToCount;
|
||||
bool mHasForceLinkMarker;
|
||||
bool mIsReified;
|
||||
bool mGeneratesCode;
|
||||
bool mReifyQueued;
|
||||
bool mWantsIRIgnoreWrites;
|
||||
bool mHasGenericMethods;
|
||||
|
@ -1947,6 +1948,7 @@ public:
|
|||
void Init(bool isFullRebuild = true);
|
||||
bool WantsFinishModule();
|
||||
void FinishInit();
|
||||
void CalcGeneratesCode();
|
||||
void ReifyModule();
|
||||
void UnreifyModule();
|
||||
void Cleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue