summaryrefslogtreecommitdiff
path: root/game/objective.cpp
blob: 70f0ae92a4d3222bd2f9cf917000b52bf7055363 (plain)
1
2
3
4
5
6
7
8
#include "objective.h"
#include "orders.h"

Objective *
Objective::complete() const
{
	return orders->next();
}