summaryrefslogtreecommitdiff
path: root/battles/src/Battle.cpp
blob: e185a68cbb921662d8c48941a06abc5f0d664cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <kurator/battles/Battle.h>

#include <kurator/battles/Scenario.h>


namespace kurator
{
namespace battles
{


Battle::Battle(Scenario)
{
}


}  // namespace battles
}  // namespace kurator