#include "spirit.h" int main() { Config config("./config.json"); Window window(config.width, config.height, config.sdlOption); while(game(window) != Quit); }