bindings.h 82 B

12345678
  1. #pragma once
  2. namespace ffi {
  3. extern "C" {
  4. void start_app();
  5. }
  6. }