mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Remove struct #ordered
This commit is contained in:
@@ -13,7 +13,7 @@ OS_Node_Type :: enum i32 {
|
||||
Directory = 1,
|
||||
}
|
||||
|
||||
OS_Node_Information :: struct #ordered {
|
||||
OS_Node_Information :: struct {
|
||||
handle: Handle,
|
||||
id: [16]byte,
|
||||
ntype: OS_Node_Type,
|
||||
|
||||
Reference in New Issue
Block a user