#pragma once #ifdef _DEBUG #define TL_ONLY_IN_DEBUG(...) __VA_ARGS__ #else #define TL_ONLY_IN_DEBUG(...) #endif