1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

rogueviz:: added heatx

This commit is contained in:
Zeno Rogue
2021-03-31 20:11:27 +02:00
parent b952d03277
commit d206656724
5 changed files with 174 additions and 10 deletions

View File

@@ -79,6 +79,10 @@
#define CAP_GMP 0
#endif
#ifndef CAP_URL
#define CAP_URL 1
#endif
#define CAP_FRAMELIMIT (!ISMOBWEB)
#if ISMOBILE
@@ -339,6 +343,8 @@
#define hyper fake_hyper // avoid "hyper" typedef in <_mingw.h>
#define WIN32_LEAN_AND_MEAN // avoid "rad1" macro in <windows.h>
#define NOMINMAX // avoid "min" and "max" macros in <windows.h>
#include <windows.h>
#include <shellapi.h>
#endif
#include <stdio.h>