- Backend update from Raze

This commit is contained in:
Christoph Oelckers 2022-04-25 17:31:20 +02:00
commit 4e72ea1cfa
4 changed files with 16 additions and 9 deletions

View file

@ -272,4 +272,3 @@ struct AFuncDesc;
struct FieldDesc;
AFuncDesc *FindFunction(PContainerType *cls, const char * string);
FieldDesc *FindField(PContainerType *cls, const char * string);
void SetImplicitArgs(TArray<PType*>* args, TArray<uint32_t>* argflags, TArray<FName>* argnames, PContainerType* cls, uint32_t funcflags, int useflags);