1
0
mirror of synced 2025-01-11 22:02:17 +01:00

13 lines
193 B
C++
Raw Normal View History

#pragma once
#include <init/splash_window.hpp>
namespace hex::init {
void handleFileOpenRequest();
std::unique_ptr<WindowSplash> initializeImHex();
void deinitializeImHex();
}