mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
Add @(init) attribute for procedures, allowing for procedures to be called at startup
These procedures will be called after global variables have been initialized as normal
This commit is contained in:
@@ -73,6 +73,7 @@ enum EntityFlag : u64 {
|
||||
EntityFlag_SwitchValue = 1ull<<29,
|
||||
|
||||
EntityFlag_Test = 1ull<<30,
|
||||
EntityFlag_Init = 1ull<<31,
|
||||
|
||||
EntityFlag_Overridden = 1ull<<63,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user