mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
14 lines
228 B
C++
14 lines
228 B
C++
#pragma once
|
|
|
|
#include <init/splash_window.hpp>
|
|
|
|
namespace hex::init {
|
|
|
|
void handleFileOpenRequest();
|
|
|
|
void initializationFinished();
|
|
std::unique_ptr<WindowSplash> initializeImHex();
|
|
void deinitializeImHex();
|
|
|
|
}
|