1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 19:48:06 +00:00

fixes for Emscripten, and for compiling without tutorial

This commit is contained in:
Zeno Rogue
2017-04-15 04:48:59 +02:00
parent 0e9119c7b2
commit 4570fa2ea4
10 changed files with 19114 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
#define NOGFX
#define NOPNG
#define DEMO
#define TOUR
#ifdef FAKEWEB
void mainloopiter();
@@ -17,6 +18,8 @@ void initweb();
void loadCompressedChar(int &otwidth, int &otheight, int *tpix);
const char *wheresounds;
#include "hyper.cpp"
void playSound(cell *c, const string& fname, int vol) { }