mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
impr: General code cleanup
This commit is contained in:
@@ -5,15 +5,11 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <hex/ui/widgets.hpp>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <mutex>
|
||||
#include <string_view>
|
||||
#include <thread>
|
||||
|
||||
namespace hex::plugin::windows {
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace hex::plugin::windows {
|
||||
private:
|
||||
std::vector<std::pair<std::string, std::string>> m_comPorts;
|
||||
|
||||
std::vector<std::pair<std::string, std::string>> getAvailablePorts();
|
||||
std::vector<std::pair<std::string, std::string>> getAvailablePorts() const;
|
||||
bool connect();
|
||||
bool disconnect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user