Files
barecopper/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