X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8d7447c170dd11c91d0a07768f32a2699177fa54..767e8255044f9a52cf1f91702cea36c9260853ce:/Internal.hpp 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 {