jabyengine/config/MyConfig/jabyengine_custom_config.hpp

13 lines
310 B
C++

//#pragma once
//TODO: Why is pragma once not working?!
//TODO: Fix IntelliSense
struct CustomConfiguration : public DefaultConfiguration {
struct Test {
static constexpr const char* string() {
return "I am a custom string";
}
};
};
#define __USE_DEBUG_COLOR__