diff options
Diffstat (limited to 'ui/typeview.h')
| -rw-r--r-- | ui/typeview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h index 082da83f..ebf01533 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -271,11 +271,14 @@ class BINARYNINJAUIAPI TypeView : public QAbstractScrollArea, public View, publi void undefine(); void changeType(); void toggleIntSize(); + void toggleFloatSize(); void toggleIntSign(); void makeInt8(); void makeInt16(); void makeInt32(); void makeInt64(); + void makeFloat32(); + void makeFloat64(); void makePtr(); void makeString(size_t charSize = 1); void makeArray(); |
