X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/36bf49c45816e455b9555f80ab1713c5c0d54594..9a39f7051ad983d4377917e66222727dcbe6c099:/sig/types.hpp diff --git a/sig/types.hpp b/sig/types.hpp index d2367af..e66e0c3 100644 --- a/sig/types.hpp +++ b/sig/types.hpp @@ -30,6 +30,7 @@ namespace sig { enum Primitive { + function_P = '\0', typename_P = '#', union_P = '(', string_P = '*',