#ifndef GLFWWRAPPER_H #define GLFWWRAPPER_H namespace GLFWWrapper { bool hasError(); } #endif