Split code generation from the ui

This commit is contained in:
2024-03-07 09:15:11 +01:00
parent f5427424f2
commit 219f08fe7c
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()
{