X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c3d9dbc7522c2ba685074d9ab5672e3e023e5f5d..e5da08fbfa01a4d812d0f88abbb98faa9a410e03:/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