Files
idevice/cpp/include/idevice++/bindings.hpp
T

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