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

Function::Function()
{
}

Function::~Function()
{
}