9 lines
82 B
C
9 lines
82 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace ffi {
|
||
|
|
extern "C" {
|
||
|
|
void start_app();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|