X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/3fe16be7c02b11754e3d367ffd228beb14da2555..c22e009d49bb891a560f8a6219fe3499859eff4b:/sig/types.hpp diff --git a/sig/types.hpp b/sig/types.hpp index 150a057..1c8b94d 100644 --- a/sig/types.hpp +++ b/sig/types.hpp @@ -31,11 +31,13 @@ namespace sig { enum Primitive { function_P = '\0', + block_P = '\a', + + unknown_P = '?', typename_P = '#', union_P = '(', string_P = '*', selector_P = ':', - block_P = '?', object_P = 'W', boolean_P = 'B', uchar_P = 'C',