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