mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
@@ -10,6 +10,13 @@ namespace hex {
|
||||
struct ImHexApi {
|
||||
ImHexApi() = delete;
|
||||
|
||||
struct Common {
|
||||
|
||||
static void closeImHex(bool noQuestions = false);
|
||||
static void restartImHex();
|
||||
|
||||
};
|
||||
|
||||
struct Bookmarks {
|
||||
Bookmarks() = delete;
|
||||
|
||||
@@ -27,6 +34,7 @@ namespace hex {
|
||||
|
||||
static std::list<Entry>& getEntries();
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user