summaryrefslogtreecommitdiff
path: root/src/core/program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/program.cpp')
-rw-r--r--src/core/program.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/program.cpp b/src/core/program.cpp
new file mode 100644
index 0000000..b74d6d9
--- /dev/null
+++ b/src/core/program.cpp
@@ -0,0 +1,11 @@
+#include "program.h"
+
+using namespace Coal;
+
+Program::Program()
+{
+}
+
+Program::~Program()
+{
+}