mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
refactor: refactor tools_entries.cpp into several smaller files (#1418)
This commit is contained in:
30
plugins/builtin/include/content/tools_entries.hpp
Normal file
30
plugins/builtin/include/content/tools_entries.hpp
Normal file
@@ -0,0 +1,30 @@
|
||||
#include <hex/helpers/literals.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
namespace impl {
|
||||
using namespace std::literals::string_literals;
|
||||
using namespace std::literals::chrono_literals;
|
||||
using namespace hex::literals;
|
||||
|
||||
void drawDemangler();
|
||||
void drawASCIITable();
|
||||
void drawRegexReplacer();
|
||||
void drawColorPicker();
|
||||
void drawMathEvaluator();
|
||||
void drawGraphingCalculator();
|
||||
void drawBaseConverter();
|
||||
void drawByteSwapper();
|
||||
void drawPermissionsCalculator();
|
||||
// void drawFileUploader();
|
||||
void drawWikiExplainer();
|
||||
|
||||
void drawIEEE754Decoder();
|
||||
void drawInvariantMultiplicationDecoder();
|
||||
void drawTCPClientServer();
|
||||
void drawEuclidianAlgorithm();
|
||||
|
||||
void drawFileToolShredder();
|
||||
void drawFileToolSplitter();
|
||||
void drawFileToolCombiner();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user