9 lines
93 B
C++
9 lines
93 B
C++
|
|
#include "textgame.hpp"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
TextGame tg;
|
|
tg.run();
|
|
}
|