index
:
3de
lighting_wip
master
3D Engine
quou@disroot.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
gui.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 5b3063b..59d8010 100644
--- a/
gui.h
+++ b/
gui.h
@@ -59,6 +59,7 @@ typedef struct GUI {
const struct App* app;
struct Arena* a;
GUI_El* first, * prev;
+ void* uptr;
int cursor[2], pad;
} GUI;