CCB_PRINTF_FMT

This commit is contained in:
lizzie 2026-03-07 04:09:25 +00:00 committed by crueter
parent 7a95300179
commit b08612db59

View file

@ -242,7 +242,6 @@ struct ColorConsoleBackend final : public Backend {
std::atomic_bool enabled = false; std::atomic_bool enabled = false;
#endif #endif
}; };
#undef CCB_PRINTF_FMT
#ifndef __OPENORBIS__ #ifndef __OPENORBIS__
/// @brief Backend that writes to a file passed into the constructor /// @brief Backend that writes to a file passed into the constructor