summaryrefslogtreecommitdiff
path: root/lsrlytexporter.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-12 14:57:44 +0200
committerTreeki <treeki@gmail.com>2012-09-12 14:57:44 +0200
commit3189ca5efc5826405bf2e9c7d9949ad5ea9a8a10 (patch)
treed10e8cd4e462db28dd3c2f995905c4df57a20fed /lsrlytexporter.h
parentbe8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (diff)
downloadLayoutStudio-3189ca5efc5826405bf2e9c7d9949ad5ea9a8a10.tar.gz
LayoutStudio-3189ca5efc5826405bf2e9c7d9949ad5ea9a8a10.zip
initial un-exporter version
Diffstat (limited to '')
-rw-r--r--lsrlytexporter.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lsrlytexporter.h b/lsrlytexporter.h
new file mode 100644
index 0000000..ede8e6b
--- /dev/null
+++ b/lsrlytexporter.h
@@ -0,0 +1,8 @@
+#ifndef LSRLYTEXPORTER_H
+#define LSRLYTEXPORTER_H
+
+#include "lyt/packagebase.h"
+
+void LSExportPackage(LYTPackageBase *pkg, QString dir);
+
+#endif // LSRLYTEXPORTER_H