summaryrefslogtreecommitdiffstats
path: root/GLDriver.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-02-22 22:25:06 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-02-22 22:25:06 +0100
commitf10352a0f1626ce1475acb9c27067e52e90a20fb (patch)
tree20fe46d9cea347a66436cac4f192f10987dde540 /GLDriver.hs
parent8f693405d6a0237125836b15c0742bbba9945b5e (diff)
downloadhtanks-f10352a0f1626ce1475acb9c27067e52e90a20fb.tar
htanks-f10352a0f1626ce1475acb9c27067e52e90a20fb.zip
Handle quit events
Diffstat (limited to 'GLDriver.hs')
-rw-r--r--GLDriver.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/GLDriver.hs b/GLDriver.hs
index 45ce982..74c02e2 100644
--- a/GLDriver.hs
+++ b/GLDriver.hs
@@ -3,7 +3,8 @@
module GLDriver ( Driver(..)
, Event
, SomeEvent(..)
- , QuitEvent
+ , QuitEvent(..)
+ , fromEvent
) where
import Data.Typeable