aboutsummaryrefslogtreecommitdiffstats
path: root/src/sldj.h
diff options
context:
space:
mode:
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);