X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/f95d2598051e347460e028286ff2d33e5825e548..d6848e7305f443c0d55fc83ad93beccdb8a572ea:/Decode.hpp diff --git a/Decode.hpp b/Decode.hpp index e65bb45..24f95b4 100644 --- a/Decode.hpp +++ b/Decode.hpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2014 Jay Freeman (saurik) + * Copyright (C) 2009-2015 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); +CYTypedIdentifier *CYDecodeType(CYPool &pool, struct sig::Type *type); #endif//DECODE_HPP