From 7933acbabceba8fd826f6505bfeb3ae8baff0a5c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 17 May 2023 00:01:25 +0100 Subject: Add a hack for features to distinguish VDF loading --- src/sst.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sst.h') diff --git a/src/sst.h b/src/sst.h index a959e00..8c10798 100644 --- a/src/sst.h +++ b/src/sst.h @@ -26,6 +26,9 @@ DECL_EVENT(Tick, bool /*simulating*/) extern void *clientlib; +/* occasionally useful: quick query to determine how sst was loaded */ +extern bool sst_earlyloaded; + #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3