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