summaryrefslogtreecommitdiff
path: root/src/interface/Engine.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-18 23:40:20 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-18 23:40:20 (GMT)
commit93afe0a1ea45efb5d62608555784580d4513bfd0 (patch)
tree8fa2e2776240c00f6dd2bf372c787e6e180fbf5d /src/interface/Engine.h
parent740f0d30c3d5badc10da09af875b47d67128048b (diff)
downloadpowder-93afe0a1ea45efb5d62608555784580d4513bfd0.zip
powder-93afe0a1ea45efb5d62608555784580d4513bfd0.tar.gz
More robust EngineProcess (still doesn't fix lua bug)
Diffstat (limited to 'src/interface/Engine.h')
-rw-r--r--src/interface/Engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Engine.h b/src/interface/Engine.h
index b28ba84..47e3859 100644
--- a/src/interface/Engine.h
+++ b/src/interface/Engine.h
@@ -38,6 +38,7 @@ namespace ui
inline bool Broken() { return break_; }
void Exit();
void Break();
+ void UnBreak();
void SetFullscreen(bool fullscreen) { Fullscreen = fullscreen; }
inline bool GetFullscreen() { return Fullscreen; }