export hide-hud

This commit is contained in:
Zeno Rogue 2020-09-23 14:56:45 +02:00
parent a0a63990e2
commit 1422d97071
1 changed files with 1 additions and 1 deletions

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(); }