#include "main_window.h" // Main code int main(int, char**) { MainWindow w; w.Initialize(); w.Loop(); return 0; }