1 2 3 4 5 6 7 8 9
#pragma once #ifdef _DEBUG #define CRU_DEBUG #endif #ifdef CRU_DEBUG #define CRU_DEBUG_LAYOUT #endif