#include "raylib.h" typedef struct Star { Vector3 position; Vector2 size; float velocity; Color color; } Star;