9 lines
82 B
C
Raw Permalink Normal View History

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