#pragma once #include struct Event { public: std::string name; int argc; void** argv; };