Combining two repos

This commit is contained in:
2021-02-10 13:05:58 -05:00
parent 8f557ff387
commit abb474d1ce
258 changed files with 139990 additions and 4 deletions

8
luprex/core/cpp/main.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "textgame.hpp"
int main(int argc, char **argv)
{
TextGame tg;
tg.run();
}