|
@@ -7,6 +7,12 @@
|
|
|
* Full text of license available in license.txt file, in main folder
|
|
* Full text of license available in license.txt file, in main folder
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
|
|
+#pragma once
|
|
|
|
|
+
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+extern "C" {
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#include <TargetConditionals.h>
|
|
#include <TargetConditionals.h>
|
|
|
|
|
|
|
|
#ifdef __OBJC__
|
|
#ifdef __OBJC__
|
|
@@ -30,3 +36,7 @@ extern const char *ios_bundlePath();
|
|
|
extern const char *ios_frameworksPath();
|
|
extern const char *ios_frameworksPath();
|
|
|
|
|
|
|
|
extern const char *ios_bundleIdentifier();
|
|
extern const char *ios_bundleIdentifier();
|
|
|
|
|
+
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+}
|
|
|
|
|
+#endif
|