Refactored app registration (#362)

`AppManifest` is renamed to `AppRegistration` because it was confusing with the actual app manifest (as in: the properties file).
Instead of passing a pointer, we're now passing the struct by value.
I also moved some files around in `TactilityC/`.
This commit is contained in:
Ken Van Hoeylandt
2025-10-05 21:02:34 +02:00
committed by GitHub
parent 2cb413c3d1
commit 1e4234d895
5 changed files with 61 additions and 83 deletions
-1
View File
@@ -2,7 +2,6 @@
#include "tt_app.h"
#include "tt_app_alertdialog.h"
#include "tt_app_manifest.h"
#include "tt_app_selectiondialog.h"
#include "tt_bundle.h"
#include "tt_file.h"