#include "../dummy_default_config.hpp"
struct CustomConfiguration : public DefaultConfiguration {
struct Test {
static constexpr const char* string() {
return "I am a custom string";
}
};
#define __USE_DEBUG_COLOR__
Powered by TurnKey Linux.