11 lines
266 B
C++
11 lines
266 B
C++
#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__ |