first pass at list view, w/ asynchronous offset chain gathering

This commit is contained in:
Ryan Fleury
2025-10-15 16:33:59 -07:00
parent 25beda50ca
commit ac9d6e861c
8 changed files with 229 additions and 22 deletions
-1
View File
@@ -766,7 +766,6 @@ struct E_BaseCtx
E_Module *primary_module;
// rjf: space hooks
void *space_rw_user_data;
E_SpaceGenFunction *space_gen;
E_SpaceRWFunction *space_read;
E_SpaceRWFunction *space_write;