mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +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;
|
bool cliQuit=false;
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
static void handleTerm(int) {
|
static void handleTerm(int) {
|
||||||
cliQuit=true;
|
cliQuit=true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void FurnaceCLI::bindEngine(DivEngine* eng) {
|
void FurnaceCLI::bindEngine(DivEngine* eng) {
|
||||||
e=eng;
|
e=eng;
|
||||||
|
|
Loading…
Reference in a new issue