#include "textgame.hpp" #include "driver.hpp" int main(int argc, char **argv) { TextGame tg; driver_drive(&tg); }