#pragma once #include /** @brief draw loop iteration, called once for every frame */ void draw(GLFWwindow*);