#include "SynGame.hpp" int main() { Window window; while (window.IsOpen()) window.Update(); return 0; }