From 5f6dad55d75cbe146ff7fefc899a02ccd39078ba Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 7 Oct 2010 15:56:13 +0200 Subject: initial commit -- everything compiles except for material.cpp. the material system still needs quite a bit of work; this will come in due time --- lyt/packagebase.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lyt/packagebase.cpp (limited to 'lyt/packagebase.cpp') 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 +} -- cgit v1.2.3