mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added Obsolete support for moved collections
This commit is contained in:
parent
dbd9b32e3f
commit
842a6a8898
16 changed files with 232 additions and 109 deletions
|
@ -437,6 +437,7 @@ public:
|
|||
BfTypeDef* GetArrayTypeDef(int dimensions);
|
||||
void GenerateAutocompleteInfo();
|
||||
void MarkStringPool(BfModule* module);
|
||||
void MarkStringPool(BfIRConstHolder* constHolder, BfIRValue irValue);
|
||||
void ClearUnusedStringPoolEntries();
|
||||
void ClearBuildCache();
|
||||
int GetDynCastVDataCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue