Files
idevice/cpp/include/idevice++/bindings.hpp
2025-08-14 17:02:58 -06:00

9 lines
153 B
C++

// Jackson Coxson
#ifndef IDEVICE_BINDINGS_H
#define IDEVICE_BINDINGS_H
extern "C" {
#include <idevice.h> // this file is generated by bindgen
}
#endif