#pragma once #include struct Flash { Flash(); void update(float dt); void draw(); void start(); Color m_color; float m_duration; float m_flash; };