mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 02:01:49 +03:00
9 lines
82 B
C++
9 lines
82 B
C++
#pragma once
|
|
|
|
namespace ffi {
|
|
extern "C" {
|
|
void start_app();
|
|
}
|
|
}
|
|
|