#ifndef GLEW_H #define GLEW_H namespace GLEW { bool init(); } #endif