//#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__