1 2 3 4 5 6 7
#pragma once #include <GLFW/glfw3.h> /** @brief draw loop iteration, called once for every frame */ void draw(GLFWwindow*);