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