Cleanup code
This commit is contained in:
6
config/DebugColor/jabyengine_custom_config.hpp
Normal file
6
config/DebugColor/jabyengine_custom_config.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "../dummy_default_config.hpp"
|
||||
|
||||
struct CustomConfiguration : public DefaultConfiguration {
|
||||
};
|
||||
|
||||
#define __USE_DEBUG_COLOR__
|
@@ -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
0
config/Readme.md
Normal file
Reference in New Issue
Block a user