#pragma once #include namespace hex::init { void handleFileOpenRequest(); std::unique_ptr initializeImHex(); void deinitializeImHex(); }