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

Target::Target()
{
}

Target::~Target()
{
}