| 46 | } |
| 47 | |
| 48 | void tt_app_start(const char* appId) { |
| 49 | tt::app::start(appId); |
| 50 | } |
| 51 | |
| 52 | void tt_app_start_with_bundle(const char* appId, BundleHandle parameters) { |
| 53 | tt::app::start(appId, std::shared_ptr<tt::Bundle>(static_cast<tt::Bundle*>(parameters))); |