10 lines
124 B
C++
10 lines
124 B
C++
|
|
#include "textgame.hpp"
|
|
#include "driver.hpp"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
TextGame tg;
|
|
driver_drive(&tg);
|
|
}
|