diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-18 21:08:20 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-18 21:08:20 (GMT) |
| commit | 740f0d30c3d5badc10da09af875b47d67128048b (patch) | |
| tree | 2c9ce272c8a9afb75c55ef5a3d73973143cd89a8 /src/PowderToy.h | |
| parent | 63da7a4afec50035c6aa37a29a8d60d38cab969f (diff) | |
| download | powder-740f0d30c3d5badc10da09af875b47d67128048b.zip powder-740f0d30c3d5badc10da09af875b47d67128048b.tar.gz | |
Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop which can be broken out of with Engine::Break())
Diffstat (limited to 'src/PowderToy.h')
| -rw-r--r-- | src/PowderToy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PowderToy.h b/src/PowderToy.h new file mode 100644 index 0000000..2e8cb36 --- /dev/null +++ b/src/PowderToy.h @@ -0,0 +1,3 @@ +#pragma once + +void EngineProcess();
\ No newline at end of file |
