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

Condition::Condition()
{
}

Condition::~Condition()
{
}