fix build...

This commit is contained in:
tildearrow 2021-12-13 14:51:35 -05:00
parent 285cc9b766
commit 60f06d2908
1 changed files with 6 additions and 0 deletions

View File

@ -149,6 +149,12 @@ class DivEngine {
// set the view mode.
void setView(DivStatusView which);
// init dispatch
void initDispatch();
// quit dispatch
void quitDispatch();
// initialize the engine. optionally provide an output file name.
bool init(String outName="");