mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-02 07:35:08 +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
|