#ifndef GRAPHICS_H #define GRAPHICS_H #include #include void initGraphics (); void graphicsFrame (); void printShaderCompileLog(GLuint shader); void updateModel(glm::vec2 headPos); #endif