Files
integration/luprex/core/cpp/main.cpp
2021-02-10 13:05:58 -05:00

9 lines
93 B
C++

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