updated example
This commit is contained in:
parent
6ed98fae2b
commit
7ae7c4e080
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@ main = do
|
|||
, drawLoop = draw
|
||||
, updateLoop = update
|
||||
, loadState = load
|
||||
, cleanUp = clean
|
||||
}
|
||||
withAffection conf
|
||||
|
||||
|
@ -112,3 +113,6 @@ update sec = do
|
|||
put $ ad
|
||||
{ quitEvent = True
|
||||
}
|
||||
|
||||
clean :: UserData -> IO ()
|
||||
clean _ = return ()
|
||||
|
|
Loading…
Reference in a new issue