mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Separate headers into cpp source files
This commit is contained in:
8
cpp/include/idevice++/bindings.hpp
Normal file
8
cpp/include/idevice++/bindings.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
// Jackson Coxson
|
||||
|
||||
#ifndef IDEVICE_BINDINGS_H
|
||||
#define IDEVICE_BINDINGS_H
|
||||
extern "C" {
|
||||
#include <idevice.h> // this file is generated by bindgen
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user