aboutsummaryrefslogtreecommitdiffstats
path: root/src/sldj.h
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-03 02:35:57 +0000
committernathansmith <nathansmith@posteo.com>2025-05-03 02:35:57 +0000
commit8754798edb5c8825514d1823bb29b260dd5eb740 (patch)
treea2479680212d325d64a7f4886aab2a62b7a7f528 /src/sldj.h
parent2d2f143d248ef9f173f711108feb770efdfe7d21 (diff)
downloadsldj-8754798edb5c8825514d1823bb29b260dd5eb740.tar.gz
sldj-8754798edb5c8825514d1823bb29b260dd5eb740.tar.bz2
sldj-8754798edb5c8825514d1823bb29b260dd5eb740.zip
Borded of this project tbhHEADmain
Diffstat (limited to 'src/sldj.h')
-rw-r--r--src/sldj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sldj.h b/src/sldj.h
index 4ffb4cd..afbdfc5 100644
--- a/src/sldj.h
+++ b/src/sldj.h
@@ -8,6 +8,7 @@
#include "sldjConfig.h"
#include "scripting.h"
+#include "ffmpeg.h"
#include "libsldj/util.h"
#ifndef SLDJ_H
@@ -39,6 +40,8 @@ typedef struct Sldj {
float heightSliderValue;
Rectangle viewportButton;
} gui;
+
+ FFMPEG* ffmpeg;
} Sldj;
void initSldj(Sldj* sldj);