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:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user