more progress on entity simplification; df -> rd; eliminate dbg_frontend distinction from raddbg layer

This commit is contained in:
Ryan Fleury
2024-09-13 15:55:58 -07:00
parent 48ae9b6973
commit 8ffc9f4a9b
22 changed files with 9832 additions and 10000 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ main_thread_base_entry_point(void (*entry_point)(CmdLine *cmdline), char **argum
#if defined(DBG_ENGINE_CORE_H) && !defined(D_INIT_MANUAL)
d_init();
#endif
#if defined(DBG_FRONTEND_CORE_H) && !defined(DF_INIT_MANUAL)
df_init(&cmdline);
#if defined(RADDBG_CORE_H) && !defined(RD_INIT_MANUAL)
rd_init(&cmdline);
#endif
//- rjf: call into entry point