#ifndef __GLAPI_H_INCLUDED__ #define __GLAPI_H_INCLUDED__ #include #include void setupOpengl(int width, int height); #endif