mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
OH MY
This commit is contained in:
parent
c2ef773f97
commit
606215ef9f
1 changed files with 2 additions and 0 deletions
|
@ -22,9 +22,11 @@
|
|||
|
||||
bool cliQuit=false;
|
||||
|
||||
#ifndef _WIN32
|
||||
static void handleTerm(int) {
|
||||
cliQuit=true;
|
||||
}
|
||||
#endif
|
||||
|
||||
void FurnaceCLI::bindEngine(DivEngine* eng) {
|
||||
e=eng;
|
||||
|
|
Loading…
Reference in a new issue