1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00
Files
bareiron/include/structures.h
2025-08-23 23:04:45 +03:00

7 lines
106 B
C

#ifndef H_STRUCTURES
#define H_STRUCTURES
void placeTreeStructure (short x, uint8_t y, short z);
#endif