Combining two repos
This commit is contained in:
8
luprex/core/cpp/main.cpp
Normal file
8
luprex/core/cpp/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include "textgame.hpp"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
TextGame tg;
|
||||
tg.run();
|
||||
}
|
||||
Reference in New Issue
Block a user