eliminate more cruft in engine/frontend layers; sketch out new frontend msg processing loop

This commit is contained in:
Ryan Fleury
2024-08-30 18:08:29 -07:00
parent 7004994b25
commit 7645d00392
7 changed files with 268 additions and 153 deletions
-1
View File
@@ -1575,6 +1575,5 @@ __VA_ARGS__\
internal void d_init(CmdLine *cmdln, D_StateDeltaHistory *hist);
internal D_CmdList d_gather_root_cmds(Arena *arena);
internal void d_tick(Arena *arena, DI_Scope *di_scope, D_CmdList *cmds, F32 dt);
internal void d_end_frame(void);
#endif // DBG_ENGINE_CORE_H