mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Some refactoring and add GetCustomAttributes for Comptime
This commit is contained in:
parent
d52ebfa1db
commit
3df708779d
8 changed files with 557 additions and 97 deletions
|
@ -2550,6 +2550,7 @@ public:
|
|||
bool Contains(BfTypeDef* typeDef);
|
||||
BfCustomAttribute* Get(BfTypeDef* typeDef);
|
||||
BfCustomAttribute* Get(BfType* type);
|
||||
BfCustomAttribute* Get(int idx);
|
||||
|
||||
void ReportMemory(MemReporter* memReporter);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue