mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add .Private information to doc-format
This commit is contained in:
@@ -107,6 +107,8 @@ Entity_Flag :: enum u32le {
|
||||
|
||||
Var_Thread_Local = 40,
|
||||
Var_Static = 41,
|
||||
|
||||
Private = 50,
|
||||
}
|
||||
|
||||
Entity_Flags :: distinct bit_set[Entity_Flag; u64le]
|
||||
|
||||
Reference in New Issue
Block a user