mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef H_STRUCTURES
|
|
#define H_STRUCTURES
|
|
|
|
void placeTreeStructure (short x, uint8_t y, short z);
|
|
|
|
#endif
|