#pragma once #ifdef __cplusplus extern "C" { #endif void Debug_Init(void); void Debug_Draw(void); #ifdef __cplusplus } #endif