Files
jack-looper/Let's do that.cli.h
Loic Coenen 65a9afb11f fix: add missing function declarations to cli.h
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
2026-05-01 14:25:31 +00:00

10 lines
156 B
C

#ifndef CLI_H
#define CLI_H
#include "engine.h"
int cli_process_line(Engine *engine, const char *line);
void cli_run(Engine *engine);
#endif /* CLI_H */