#pragma once
#define BUILD_MAX_PLACEMENTS 20
typedef struct {
float x;
float y;
float rot;
int16_t kind;
} item_placement;