]> git.saurik.com Git - cycript.git/blobdiff - Decode.hpp
Logically order type specifier cases in sig/parse.
[cycript.git] / Decode.hpp
index f84cf0028764352f7d7874fd71e56d3710305ebf..24f95b4a5526767af5606995e288dba58608ffa2 100644 (file)
@@ -24,8 +24,8 @@
 
 #include <sig/types.hpp>
 
-#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