8 changed files with 81 additions and 53 deletions
@ -0,0 +1,21 @@
|
||||
|
||||
#include "hexgrid.h" |
||||
|
||||
|
||||
void |
||||
hgCreateHexes(vector<hex_info> *hxi_array, const Layout &layout, uint32 color) |
||||
{ |
||||
|
||||
} |
||||
|
||||
hex_info* |
||||
hgGetSingleHex(int32 x, int32 y) |
||||
{ |
||||
return nullptr; |
||||
} |
||||
|
||||
void |
||||
hgResetHexes() |
||||
{ |
||||
|
||||
} |
||||
Loading…
Reference in new issue