Limit public Meshparser API

This commit is contained in:
hasufell 2014-10-06 22:54:43 +02:00
parent 94dd75fb37
commit 685a525c72
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -1,4 +1,4 @@
module Meshparser where
module Meshparser (VTable, meshToArr) where
import Control.Applicative
import Parser