add log file writing

This commit is contained in:
tildearrow 2022-12-18 01:55:21 -05:00
parent d897ac32b0
commit 51ea3cec2a
6 changed files with 142 additions and 1 deletions

View file

@ -1012,6 +1012,9 @@ class DivEngine {
// quit dispatch
void quitDispatch();
// pre-initialize the engine.
void preInit();
// initialize the engine.
bool init();