mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Implement more functionality into splash screen (#223)
* build: Add libcurl * build: Stop the whole static linking on Windows mess. There's no use anymore * sys: Added update detector and moved some startup tasks to splash screen * sys: Updated ImHex icon * fix: Settings button on welcome page once again works * build: Fix build on Linux * sys: Fixed splash window not searching all paths for resources
This commit is contained in:
@@ -36,7 +36,6 @@ namespace hex {
|
||||
void drawWelcomeScreen();
|
||||
void resetLayout();
|
||||
|
||||
void createDirectories() const;
|
||||
void initGLFW();
|
||||
void initImGui();
|
||||
void deinitGLFW();
|
||||
@@ -54,7 +53,7 @@ namespace hex {
|
||||
|
||||
bool m_prevKeysDown[512];
|
||||
|
||||
static inline std::tuple<int, int> s_currShortcut = { -1, -1 };
|
||||
std::string m_availableUpdate;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user