X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/3a6369095acb6e0f0b2a334485e5398d0f778439..03db6a67c728f631b6c6f6fd140eb86a8050cf12:/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',