This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Indoor/grid/walk/v3/WalkGenerator.h
2017-10-24 16:48:56 +02:00

21 lines
239 B
C++

#ifndef INDOOR_GRIDWALKER3GENERATOR_H
#define INDOOR_GRIDWALKER3GENERATOR_H
#include "Structs.h"
namespace GW3 {
class GridWalker3Generator {
virtual Walk getPossibleWalks() = 0;
};
}
#endif // INDOOR_GRIDWALKER3GENERATOR_H