src/Utils/Log.hpp

src/Utils/Log.hpp File Reference

Source code

#pragma once
#include <stdio.h>

#define LOG_DEBUG(MSG, ...) printf(MSG, ##__VA_ARGS__)

Updated on 2025-04-29 at 08:31:43 +0000