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