1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

updating emscripten build

This commit is contained in:
Zeno Rogue
2019-09-13 00:31:54 +02:00
parent 562fe72629
commit d1faa2011c
3 changed files with 3 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ EX void initializeCLI() {
EX namespace arg {
EX int curphase;
vector<string> argument;
EX vector<string> argument;
EX int pos;
EX void lshift() { pos++; }