add log file writing
This commit is contained in:
parent
d897ac32b0
commit
51ea3cec2a
6 changed files with 142 additions and 1 deletions
|
|
@ -1012,6 +1012,9 @@ class DivEngine {
|
|||
// quit dispatch
|
||||
void quitDispatch();
|
||||
|
||||
// pre-initialize the engine.
|
||||
void preInit();
|
||||
|
||||
// initialize the engine.
|
||||
bool init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue