summaryrefslogtreecommitdiffstats
path: root/lib/Phi/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Phi/Types.hs')
-rw-r--r--lib/Phi/Types.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Phi/Types.hs b/lib/Phi/Types.hs
new file mode 100644
index 0000000..6e03918
--- /dev/null
+++ b/lib/Phi/Types.hs
@@ -0,0 +1,8 @@
+module Phi.Types ( Position(..)
+ , Color
+ ) where
+
+
+data Position = Top | Bottom
+
+type Color = (Double, Double, Double, Double)