#pragma once #ifndef DEBUG #define DEBUG #include void Xr_Log(std::string); void Xr_Crash(); #endif