mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 15:03:11 +02:00
9 lines
82 B
C++
9 lines
82 B
C++
#pragma once
|
|
|
|
namespace ffi {
|
|
extern "C" {
|
|
void start_app();
|
|
}
|
|
}
|
|
|