1 2 3 4 5 6 7 8 9 10
#pragma once struct ArtistData { float x = 0.0; float y = 0.0; float vx = 0.0; float vy = 0.0; unsigned int waiting = 0; };