Feat: - Using Tauri framework by default - Add new configuration to initiate mobile app and its command for dev - Add dependencies needed for mobile build Test: - Confirm to be built successfully
9 lines
82 B
C++
9 lines
82 B
C++
#pragma once
|
|
|
|
namespace ffi {
|
|
extern "C" {
|
|
void start_app();
|
|
}
|
|
}
|
|
|