summaryrefslogtreecommitdiff
path: root/src/main/engine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/engine/engine.h')
-rw-r--r--src/main/engine/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/engine/engine.h b/src/main/engine/engine.h
index f77fc4e..1e26f05 100644
--- a/src/main/engine/engine.h
+++ b/src/main/engine/engine.h
@@ -31,6 +31,7 @@ enum EngineInput {
typedef struct {
UI *ui;
list_t *circles;
+ list_t *lines;
void (*draw_frame)();
float ortho_left, ortho_right, ortho_top, ortho_bottom;
Color *rendering_background;