qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
Loading...
Searching...
No Matches
h3Cell.h
Go to the documentation of this file.
1#ifndef Q_HEX_WALKER_H3CELL_H
2#define Q_HEX_WALKER_H3CELL_H
3
4#include "iH3Data.h"
5
6class H3Cell final : public IH3Data {
7 Q_OBJECT
8 Q_DISABLE_COPY_MOVE(H3Cell)
9public:
10 explicit H3Cell(QObject *parent = nullptr);
11 ~H3Cell() override;
12};
13
14#endif // Q_HEX_WALKER_H3CELL_H
Definition h3Cell.h:6
~H3Cell() override