new view rule table definition in df, merging graphical view rules & views totally

This commit is contained in:
Ryan Fleury
2024-09-13 13:39:40 -07:00
parent 7cd1d175de
commit 793ad8fe1e
10 changed files with 296 additions and 159 deletions
-1
View File
@@ -507,7 +507,6 @@ internal String8List d_possible_path_overrides_from_maps_path(Arena *arena, D_Pa
//~ rjf: Config Type Pure Functions
internal void d_cfg_table_push_unparsed_string(Arena *arena, D_CfgTable *table, String8 string, D_CfgSrc source);
internal D_CfgTable d_cfg_table_from_inheritance(Arena *arena, D_CfgTable *src);
internal D_CfgVal *d_cfg_val_from_string(D_CfgTable *table, String8 string);
////////////////////////////////