qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
Loading...
Searching...
No Matches
h3Cell.cpp
Go to the documentation of this file.
1#include "h3Cell.h"
2
3H3Cell::H3Cell(QObject *parent) : IH3Data(parent) {}
4
5H3Cell::~H3Cell() = default;
~H3Cell() override
H3Cell(QObject *parent=nullptr)
Definition h3Cell.cpp:3