Files
jack-looper/gui.h
Loic Coenen c893f3f561 fix: update GUI to use Engine struct and remove duplicate definitions
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
2026-05-01 13:05:13 +00:00

9 lines
100 B
C

#ifndef GUI_H
#define GUI_H
#include "engine.h"
int gui_main(Engine *engine);
#endif /* GUI_H */