Files
trail-mate/modules/ui_shared/include/ui/app_registry.h
vicliuandGitHub d320b6511d Unify PlatformIO and ESP-IDF around a shared UI/runtime shellRefactor/repo structure (#11)
* Unify PlatformIO and ESP-IDF around a shared UI/runtime shell
2026-03-12 01:17:46 +08:00

14 lines
151 B
C++

#pragma once
#include <stddef.h>
#include "ui/app_catalog.h"
#include "ui/app_screen.h"
namespace ui
{
AppCatalog appCatalog();
} // namespace ui