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