Explanation at top of config.hpp

(config_var.hpp already had one)
This commit is contained in:
PJB3005
2026-04-05 23:13:33 +02:00
parent 1da0655ec6
commit 3eb843cc80
+8
View File
@@ -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.
*/