diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-10-07 23:05:09 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-10-23 19:44:51 -0400 |
commit | f47eb20b43080b1456a5e355d4bddaaa30bb5108 (patch) | |
tree | 3729530e38227aec469dcd3a64c555f462a31da1 | |
parent | 3cb0269d8b86d315abc0762a5c36a6838c097f43 (diff) |
Re-export new procedures from game-loop module.
-rw-r--r-- | 2d/game.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2d/game.scm b/2d/game.scm index 7bb0823..4c58521 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -102,6 +102,11 @@ value." game-fullscreen? game-first-scene run-game + quit-game + pause-game + resume-game + game-running? + game-paused? current-fps) (export make-game |