Closed JanWielgus closed 2 years ago
Now config.h and config.cpp is done in a pre-c++17 way. It is good but can be better using c++17 standard. Example constant in a config.h:
inline constexpr uint8_t ExampleConstant = 5;
Make all config variables looks like it. At the end remove the config.cpp file.
Links that I found helpful:
Now config.h and config.cpp is done in a pre-c++17 way. It is good but can be better using c++17 standard. Example constant in a config.h:
Make all config variables looks like it. At the end remove the config.cpp file.
Links that I found helpful: