summaryrefslogtreecommitdiff
path: root/src/Codec/Wavefront/FreeForm.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Codec/Wavefront/FreeForm.hs')
-rw-r--r--src/Codec/Wavefront/FreeForm.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Codec/Wavefront/FreeForm.hs b/src/Codec/Wavefront/FreeForm.hs
new file mode 100644
index 0000000..4e418a7
--- /dev/null
+++ b/src/Codec/Wavefront/FreeForm.hs
@@ -0,0 +1,10 @@
1module Codec.Wavefront.FreeForm where
2
3data Curve = Curve
4 deriving (Eq,Show)
5
6data EmbeddedCurve = EmbeddedCurve
7 deriving (Eq,Show)
8
9data Surface = Surface
10 deriving (Eq,Show)