mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-29 00:31:48 -07:00
Bug Fixes: some assertions; variable inits;
Remove some dead code
This commit is contained in:
@@ -53,6 +53,7 @@ struct Entity {
|
||||
struct {
|
||||
} TypeName;
|
||||
struct {
|
||||
b32 used;
|
||||
} Procedure;
|
||||
struct {
|
||||
BuiltinProcId id;
|
||||
|
||||
Reference in New Issue
Block a user