mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Various web build improvements, API cleanup (#1541)
This commit is contained in:
12
main/gui/include/init/run.hpp
Normal file
12
main/gui/include/init/run.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <init/splash_window.hpp>
|
||||
|
||||
namespace hex::init {
|
||||
|
||||
void handleFileOpenRequest();
|
||||
|
||||
std::unique_ptr<WindowSplash> initializeImHex();
|
||||
void deinitializeImHex();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user