Files
2026-01-23 22:27:20 -05:00

9 lines
82 B
C++

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