Organize headers

This commit is contained in:
topjohnwu
2023-05-22 21:36:15 -07:00
parent eddc862fa3
commit 0f666de5e6
4 changed files with 12 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ mod logging;
#[cxx::bridge]
pub mod ffi {
extern "C++" {
include!("core.hpp");
include!("resetprop/resetprop.hpp");
unsafe fn get_prop_rs(name: *const c_char, persist: bool) -> String;
}