mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 11:12:31 +00:00
auto_cast prefix for procedure parameters
This commit is contained in:
@@ -47,6 +47,7 @@ enum EntityFlag {
|
||||
EntityFlag_PolyConst = 1<<13,
|
||||
|
||||
EntityFlag_CVarArg = 1<<20,
|
||||
EntityFlag_AutoCast = 1<<21,
|
||||
};
|
||||
|
||||
enum EntityState {
|
||||
|
||||
Reference in New Issue
Block a user