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