From 3eb843cc80d4d859401c85b082a87fa35e38678a Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sun, 5 Apr 2026 23:13:33 +0200 Subject: [PATCH] Explanation at top of config.hpp (config_var.hpp already had one) --- include/dusk/config.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/dusk/config.hpp b/include/dusk/config.hpp index 5cd0807b3b..258e012f2b 100644 --- a/include/dusk/config.hpp +++ b/include/dusk/config.hpp @@ -7,6 +7,14 @@ namespace dusk::config { +/* + * config.hpp is a heavier "full" header for the configuration system. + * For a basic overview and the basic types (sufficient for accessing settings), + * look at config_var.hpp. + * + * Avoid including this header in the entire game, it's heavier than I'd like! + */ + /** * \brief Base class containing virtual functions used for save/load of CVars. */