#pragma once #include struct Event { public: std::string name; };