summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-05 23:57:53 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-05 23:57:53 -0500
commit950b3c95590aea7420e7dd4c7ae21ba0a0805ea6 (patch)
tree3fe285820ef7bce254fbd0b22f3f3c7bbb6c3a7d /gui.h
parent50fb1482f6dd3d738ba5fd23dfa6789c0f397c92 (diff)
shader
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index a0560b7..9d13303 100644
--- a/gui.h
+++ b/gui.h
@@ -87,6 +87,7 @@ typedef struct {
void *memory;
size_t memory_size;
double dt; // time in seconds between this frame and the last one
+ void (*(*get_gl_proc)(char const *))(void); // get a GL function
char title[64]; // window title
} Frame;