eval viz: view rule -> expansion rule; rd: view rule -> view ui rule

This commit is contained in:
Ryan Fleury
2025-02-07 09:21:06 -08:00
parent e88f2e2e82
commit 31b0772137
11 changed files with 659 additions and 512 deletions
@@ -75,7 +75,7 @@ struct EV_View
};
////////////////////////////////
//~ rjf: View Rule Info Types
//~ rjf: Expansion Rule Types
typedef struct EV_ExpandInfo EV_ExpandInfo;
struct EV_ExpandInfo
@@ -120,9 +120,6 @@ struct EV_ExpandRuleTable
U64 slots_count;
};
////////////////////////////////
//~ rjf: Expansion Rule Types
typedef struct EV_ExpandRuleTagPair EV_ExpandRuleTagPair;
struct EV_ExpandRuleTagPair
{