10 lines
120 B
C++
10 lines
120 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace tt::app::appdetails {
|
|
|
|
void start(const std::string& appId);
|
|
|
|
} // namespace
|