Files
2025-11-10 15:56:27 -07:00

9 lines
82 B
C++

#pragma once
namespace ffi {
extern "C" {
void start_app();
}
}