Create a config module containing all the configuration, proto and flags

stuff.
This commit is contained in:
David Given
2024-10-13 11:57:18 +02:00
parent 9ddfa5a56b
commit e1f2494966
128 changed files with 301 additions and 288 deletions

View File

@@ -67,6 +67,6 @@ struct overloaded : Ts...
template <class... Ts>
overloaded(Ts...) -> overloaded<Ts...>;
#include "lib/config.h"
#include "lib/config/config.h"
#endif