mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
mymake now works with Emscripten
This commit is contained in:
@@ -127,11 +127,11 @@ unsigned char fonttable[] = {
|
||||
|
||||
unsigned char *ftv = fonttable;
|
||||
|
||||
void resetTabFont() {
|
||||
EX void resetTabFont() {
|
||||
ftv = fonttable;
|
||||
}
|
||||
|
||||
void loadCompressedChar(int &otwidth, int &otheight, unsigned char *tpix) {
|
||||
EX void loadCompressedChar(int &otwidth, int &otheight, unsigned char *tpix) {
|
||||
if(*ftv == 255) {
|
||||
fprintf(stderr, "There is something wrong with the font table\n");
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user