aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Sunet <jeannekamikaze@gmail.com>2012-08-29 12:44:33 +0200
committerMarc Sunet <jeannekamikaze@gmail.com>2012-08-29 12:44:33 +0200
commitbca29ddc48d3ce78f5f63aca96af97ae5cc580aa (patch)
tree4ed3485fe0ee85f26f8f7635331553bacc1046f3
parentc3ea6bd33db0afe0c8091e2d9666c5c4ceb8077c (diff)
Added GameStyle to export list
-rw-r--r--Spear/Scene/GameObject.hs1
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 @@
1module Spear.Scene.GameObject 1module Spear.Scene.GameObject
2( 2(
3 GameObject 3 GameObject
4, GameStyle
4 -- * Construction 5 -- * Construction
5, goNew 6, goNew
6 -- * Manipulation 7 -- * Manipulation