#pragma once #include #include extern void debug_log_impl(const char* format, va_list ap); void dbgln(const char* format, ...) _format(1, 2);