Created app settings and app details applications (#364)

This commit is contained in:
Ken Van Hoeylandt
2025-10-07 22:13:01 +02:00
committed by GitHub
parent 45a8379426
commit 17b4fc6a47
4 changed files with 193 additions and 0 deletions
@@ -0,0 +1,9 @@
#pragma once
#include <string>
namespace tt::app::appdetails {
void start(const std::string& appId);
} // namespace