#ifdef __APPLE__ #define GLFW_INCLUDE_GLCOREARB #elif WIN32 #include #endif #include GLFWwindow* window; void initGlfw();