mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
Big simplification and improvement of the entity collection system, reducing unneeded steps for packages
This commit is contained in:
@@ -397,6 +397,8 @@ when size_of(uintptr) == 4 {
|
||||
szDescription: [WSADESCRIPTION_LEN + 1]u8,
|
||||
szSystemStatus: [WSASYS_STATUS_LEN + 1]u8,
|
||||
}
|
||||
} else {
|
||||
#panic("unknown word size");
|
||||
}
|
||||
|
||||
WSABUF :: struct {
|
||||
|
||||
Reference in New Issue
Block a user