]> git.saurik.com Git - cycript.git/blobdiff - Internal.hpp
Export CYMakeType variants so Objective-C can call.
[cycript.git] / Internal.hpp
index 89059cd81008dcc03a8e66ff9f23553850114f89..c87c0ab633c9efe30a15dba7f1adf621615760d2 100644 (file)
@@ -35,6 +35,9 @@
 JSGlobalContextRef CYGetJSContext(JSContextRef context);
 void Structor_(apr_pool_t *pool, sig::Type *&type);
 
+JSObjectRef CYMakeType(JSContextRef context, const char *type);
+JSObjectRef CYMakeType(JSContextRef context, sig::Type *type);
+
 struct Type_privateData :
     CYData
 {