diff options
-rw-r--r-- | Spear/Scene/GameObject.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spear/Scene/GameObject.hs b/Spear/Scene/GameObject.hs index 8a445a7..dda7485 100644 --- a/Spear/Scene/GameObject.hs +++ b/Spear/Scene/GameObject.hs | |||
@@ -1,7 +1,7 @@ | |||
1 | module Spear.Scene.GameObject | 1 | module Spear.Scene.GameObject |
2 | ( | 2 | ( |
3 | GameObject | 3 | GameObject |
4 | , GameStyle | 4 | , GameStyle(..) |
5 | -- * Construction | 5 | -- * Construction |
6 | , goNew | 6 | , goNew |
7 | -- * Manipulation | 7 | -- * Manipulation |