Cleanup code

This commit is contained in:
2024-02-20 22:02:41 -05:00
parent cd6c6216f1
commit 2153c573df
6 changed files with 9 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
#include "../dummy_default_config.hpp"
struct CustomConfiguration : public DefaultConfiguration {
};
#define __USE_DEBUG_COLOR__

View File

@@ -1,11 +0,0 @@
#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__

0
config/Readme.md Normal file
View File