X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/2e43a0b0c288f70981ab2715c8135ac7b9cd0f1b..f348c89090d46cd58f44ca15623dcc044454f874:/Syntax.hpp diff --git a/Syntax.hpp b/Syntax.hpp index ae0a68b..a82ded1 100644 --- a/Syntax.hpp +++ b/Syntax.hpp @@ -37,10 +37,15 @@ double CYCastDouble(const char *value, size_t size); double CYCastDouble(const char *value); +double CYCastDouble(CYUTF8String value); void CYNumerify(std::ostringstream &str, double value); void CYStringify(std::ostringstream &str, const char *data, size_t size, bool c = false); +// XXX: this really should not be here ... :/ +void *CYPoolFile(CYPool &pool, const char *path, size_t *psize); +CYUTF8String CYPoolFileUTF8String(CYPool &pool, const char *path); + struct CYContext; struct CYThing {