summaryrefslogtreecommitdiff
path: root/lyt/packagebase.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2010-10-07 15:56:13 +0200
committerTreeki <treeki@gmail.com>2010-10-07 15:56:13 +0200
commit5f6dad55d75cbe146ff7fefc899a02ccd39078ba (patch)
tree0822df14cc6d2c0329810c9ae7b4a4a638fe82b1 /lyt/packagebase.cpp
downloadLayoutStudio-5f6dad55d75cbe146ff7fefc899a02ccd39078ba.tar.gz
LayoutStudio-5f6dad55d75cbe146ff7fefc899a02ccd39078ba.zip
initial commit -- everything compiles except for material.cpp. the material system still needs quite a bit of work; this will come in due time
Diffstat (limited to 'lyt/packagebase.cpp')
-rw-r--r--lyt/packagebase.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lyt/packagebase.cpp b/lyt/packagebase.cpp
new file mode 100644
index 0000000..f1da14b
--- /dev/null
+++ b/lyt/packagebase.cpp
@@ -0,0 +1,5 @@
+#include "packagebase.h"
+
+LYTPackageBase::LYTPackageBase() {
+ // do nothing
+}