Files
idevice/ffi/idevice.hpp
2025-07-22 10:48:53 -06:00

17 lines
340 B
C++

// Jackson Coxson - Bindings to idevice - https://github.com/jkcoxson/idevice
// This file only wraps the C bindings for C++, the C bindings still must be
// generated.
// ``cargo build --release``
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "idevice.h" // this file is generated by bindgen
#ifdef __cplusplus
}
#endif