2025-04-27 17:06:54 +01:00

9 lines
82 B
C++

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