Split code generation from the ui

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

View File

@ -1,4 +1,4 @@
#include "elna/history.hpp"
#include "elna/shell/history.hpp"
namespace elna
{

View File

@ -1,4 +1,4 @@
#include "elna/interactive.hpp"
#include "elna/shell/interactive.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/process.hpp>

View File

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

View File

@ -1,7 +1,7 @@
#include <algorithm>
#include <boost/endian.hpp>
#include "elna/state.hpp"
#include "elna/shell/state.hpp"
namespace elna
{