1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

commandline factored out as a separate file

This commit is contained in:
Zeno Rogue
2017-12-02 00:22:01 +01:00
parent d7a4b4ca4a
commit 2b74ec6915
3 changed files with 433 additions and 422 deletions

View File

@@ -81,6 +81,7 @@ bool inv::on;
#if ISMOBILE==0
#include <unistd.h>
#endif
#include "commandline.cpp"
#endif
#if IN_CU(1)