X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/bc3080fdd24b9858d9c9dcbd3d8dd78ae010962a..8a23fb2e56720c164909c9e1dc9e3db9a1b377e5:/Internal.hpp?ds=sidebyside diff --git a/Internal.hpp b/Internal.hpp index 89059cd..c87c0ab 100644 --- a/Internal.hpp +++ b/Internal.hpp @@ -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 {