summaryrefslogtreecommitdiff
path: root/src/core/program.cpp
blob: b74d6d992ff18a010eed431814a58fc4f040cbb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "program.h"

using namespace Coal;

Program::Program()
{
}

Program::~Program()
{
}