From 02efdec4b785479ad03c30338cc88211f369bd7d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 27 Dec 2023 16:32:47 +0100 Subject: [PATCH] export daily::historical --- hyper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hyper.h b/hyper.h index f6218518..c5d894e2 100644 --- a/hyper.h +++ b/hyper.h @@ -887,6 +887,7 @@ template T& atmod(vector& container, int index) { namespace daily { extern bool on; + extern int historical; extern int daily_id; void setup(); void split();