#pragma once typedef struct { float x; float y; float vx; float vy; } ArtistData;