diff options
author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-29 12:44:33 +0200 |
---|---|---|
committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-29 12:44:33 +0200 |
commit | bca29ddc48d3ce78f5f63aca96af97ae5cc580aa (patch) | |
tree | 4ed3485fe0ee85f26f8f7635331553bacc1046f3 | |
parent | c3ea6bd33db0afe0c8091e2d9666c5c4ceb8077c (diff) |
Added GameStyle to export list
-rw-r--r-- | Spear/Scene/GameObject.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Spear/Scene/GameObject.hs b/Spear/Scene/GameObject.hs index 1d5fed2..0fcdd4f 100644 --- a/Spear/Scene/GameObject.hs +++ b/Spear/Scene/GameObject.hs | |||
@@ -1,6 +1,7 @@ | |||
1 | module Spear.Scene.GameObject | 1 | module Spear.Scene.GameObject |
2 | ( | 2 | ( |
3 | GameObject | 3 | GameObject |
4 | , GameStyle | ||
4 | -- * Construction | 5 | -- * Construction |
5 | , goNew | 6 | , goNew |
6 | -- * Manipulation | 7 | -- * Manipulation |