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

Removing CVarAttribute

This commit is contained in:
Brian Fiete 2021-01-20 08:23:35 -08:00
parent 981e56baad
commit b5aa92ff33
3 changed files with 2 additions and 11 deletions

View file

@ -720,8 +720,7 @@ enum BfCallingConvention : uint8
BfCallingConvention_Unspecified,
BfCallingConvention_Cdecl,
BfCallingConvention_Stdcall,
BfCallingConvention_Fastcall,
BfCallingConvention_CVarArgs,
BfCallingConvention_Fastcall,
};
#define BF_METHODNAME_MARKMEMBERS "GCMarkMembers"