mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 15:16:38 +08:00
9 lines
82 B
C++
9 lines
82 B
C++
#pragma once
|
|
|
|
namespace ffi {
|
|
extern "C" {
|
|
void start_app();
|
|
}
|
|
}
|
|
|