X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c3d9dbc7522c2ba685074d9ab5672e3e023e5f5d..f348c89090d46cd58f44ca15623dcc044454f874:/Code.hpp diff --git a/Code.hpp b/Code.hpp index abb1805..15a5ffb 100644 --- a/Code.hpp +++ b/Code.hpp @@ -36,5 +36,6 @@ class CYStream : }; CYUTF8String CYPoolCode(CYPool &pool, std::streambuf &stream); +CYUTF8String CYPoolCode(CYPool &pool, CYUTF8String code); #endif//CODE_HPP