mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 14:45:00 -07:00
C-style c_varargs (Not heavily tested)
This commit is contained in:
@@ -43,6 +43,9 @@ enum EntityFlag {
|
||||
EntityFlag_Value = 1<<9,
|
||||
EntityFlag_Sret = 1<<10,
|
||||
EntityFlag_BitFieldValue = 1<<11,
|
||||
|
||||
EntityFlag_CVarArg = 1<<20,
|
||||
|
||||
};
|
||||
|
||||
// Zero value means the overloading process is not yet done
|
||||
|
||||
Reference in New Issue
Block a user