mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 03:32:37 +00:00
Split up init_preload into specific parts
This commit is contained in:
@@ -148,8 +148,6 @@ struct Entity {
|
||||
};
|
||||
};
|
||||
|
||||
gb_global Entity *e_context = nullptr;
|
||||
|
||||
bool is_entity_kind_exported(EntityKind kind) {
|
||||
switch (kind) {
|
||||
case Entity_Builtin:
|
||||
|
||||
Reference in New Issue
Block a user