#ifndef GL_H #define GL_H namespace GL { bool checkAndPrintError(const char* message); void enableDepthTesting(); void prepareMainFramebuffer(); } #endif