#include "EventsExample.h" int main(int argc, char **argv) { EventsExample game; game.run(); return 0; }