mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-04 20:05:05 +00:00
fix build...
This commit is contained in:
parent
285cc9b766
commit
60f06d2908
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ class DivEngine {
|
||||||
// set the view mode.
|
// set the view mode.
|
||||||
void setView(DivStatusView which);
|
void setView(DivStatusView which);
|
||||||
|
|
||||||
|
// init dispatch
|
||||||
|
void initDispatch();
|
||||||
|
|
||||||
|
// quit dispatch
|
||||||
|
void quitDispatch();
|
||||||
|
|
||||||
// initialize the engine. optionally provide an output file name.
|
// initialize the engine. optionally provide an output file name.
|
||||||
bool init(String outName="");
|
bool init(String outName="");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue