#ifndef GLFW_H #define GLFW_H namespace GLFW { bool init(); } #endif