ui: Added half floats to data inspector

This commit is contained in:
WerWolv
2021-09-01 00:23:45 +02:00
parent 9b87bb8850
commit 82cb7917e4
6 changed files with 44 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ namespace hex {
void openFileBrowser(std::string_view title, DialogMode mode, const std::vector<nfdfilteritem_t> &validExtensions, const std::function<void(std::string)> &callback);
float float16ToFloat32(u16 float16);
namespace scope_guard {
#define SCOPE_GUARD ::hex::scope_guard::ScopeGuardOnExit() + [&]()