EmptyManager.cpp 443 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#include "EmptyManager.h"

namespace WaypointManager {

WaypointManager::EmptyManager::EmptyManager(Settings &settings, AreaInterface &)
    : ManagerBase(settings) {}

void WaypointManager::EmptyManager::clear() {}

bool WaypointManager::EmptyManager::update() {}

bool WaypointManager::EmptyManager::next() {}

bool WaypointManager::EmptyManager::previous() {}

bool WaypointManager::EmptyManager::reset() {}

} // namespace WaypointManager