diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-03 02:35:57 +0000 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-03 02:35:57 +0000 |
commit | 8754798edb5c8825514d1823bb29b260dd5eb740 (patch) | |
tree | a2479680212d325d64a7f4886aab2a62b7a7f528 /src/sldj.h | |
parent | 2d2f143d248ef9f173f711108feb770efdfe7d21 (diff) | |
download | sldj-8754798edb5c8825514d1823bb29b260dd5eb740.tar.gz sldj-8754798edb5c8825514d1823bb29b260dd5eb740.tar.bz2 sldj-8754798edb5c8825514d1823bb29b260dd5eb740.zip |
Diffstat (limited to 'src/sldj.h')
-rw-r--r-- | src/sldj.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |