mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-25 13:05:00 -07:00
eval visualization: first pass of new tree-ified block building, which preserves the hierarchy of the eval visualization path, as well as relies on only a single view rule hook; first pass of windowed row list production, given that block tree build; also still just uses the single hook
This commit is contained in:
@@ -243,6 +243,7 @@ struct E_TypeState
|
||||
////////////////////////////////
|
||||
//~ rjf: Globals
|
||||
|
||||
global read_only E_Member e_member_nil = {E_MemberKind_Null, zero_struct, {0}, {0}, 0, {0}};
|
||||
global read_only E_Type e_type_nil = {E_TypeKind_Null};
|
||||
thread_static E_TypeState *e_type_state = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user