Files
2026-02-20 09:28:07 +01:00

9 lines
82 B
C++

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