Split code generation from the ui

This commit is contained in:
2024-03-07 09:15:11 +01:00
parent 4dbf3ddb47
commit fe805ca893
26 changed files with 279 additions and 336 deletions

View File

@ -1,6 +1,6 @@
#include <cstdlib>
#include <unistd.h>
#include "elna/interactive.hpp"
#include "elna/shell/interactive.hpp"
int main()
{