1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

export hide-hud

This commit is contained in:
Zeno Rogue 2020-09-23 14:56:45 +02:00
parent a0a63990e2
commit 1422d97071

View File

@ -8,7 +8,7 @@
#include "hyper.h"
namespace hr {
bool hide_hud = true;
EX bool hide_hud = true;
#if HDR
namespace shot { void default_screenshot_content(); }