aboutsummaryrefslogtreecommitdiff
path: root/draw.h
blob: 617569bf29d5b6b353691c1e055f34fdcc62e3da (plain)
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*);