mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
17 lines
340 B
C++
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
|