adjusted mobile to the new system

This commit is contained in:
Zeno Rogue
2020-04-06 09:13:20 +02:00
parent 548f1d3c1e
commit 9a84dfb497
10 changed files with 47 additions and 27 deletions
+1
View File
@@ -35,6 +35,7 @@ EX int hyper_main(int argc, char **argv) {
using namespace hr;
#if ISWEB
emscripten_get_commandline();
#elif ISMOBILE
#else
arg::init(argc, argv);
#endif