1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Improved deferred type name generation

This commit is contained in:
Brian Fiete 2019-12-11 12:55:50 -08:00
parent fc063a65c1
commit aafefecfa2
5 changed files with 77 additions and 56 deletions

View file

@ -576,6 +576,8 @@ public:
mSize = 0;
mMethodId = 0;
}
static int64 GenerateMethodId(BfModule* module, int64 methodId);
};
class BfMethodCustomAttributes