#include "draw.h" void draw(GLFWwindow* window) { glClearColor(1.f, 0.f, 1.f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); }