Adding hexagon height to zint_render_hexagon

This commit is contained in:
Jojakim Stahl 2017-10-16 10:01:09 +02:00
parent c7d6256a6e
commit 0a913ad9e3
2 changed files with 5 additions and 4 deletions

View file

@ -55,7 +55,7 @@ extern "C" {
};
struct zint_render_hexagon {
float x, y;
float x, y, height;
struct zint_render_hexagon *next; /* Pointer to next hexagon */
};