X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c1d3e52e58e86c49f9d04e06ae8e0ece4b98250c..3e50deaf22b629cb1014a6047a54cd05d79de22f:/Decode.hpp?ds=inline diff --git a/Decode.hpp b/Decode.hpp index f84cf00..0946cd3 100644 --- a/Decode.hpp +++ b/Decode.hpp @@ -1,5 +1,5 @@ -/* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2015 Jay Freeman (saurik) +/* Cycript - The Truly Universal Scripting Language + * Copyright (C) 2009-2016 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -24,8 +24,8 @@ #include -#include "Parser.hpp" +#include "Syntax.hpp" -CYTypedIdentifier *Decode(CYPool &pool, struct sig::Type *type); +CYType *CYDecodeType(CYPool &pool, struct sig::Type *type); #endif//DECODE_HPP