Remove struct #ordered

This commit is contained in:
gingerBill
2017-12-17 14:53:40 +00:00
parent 436928d06a
commit 30530d058c
15 changed files with 83 additions and 396 deletions
+1 -1
View File
@@ -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,