mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 16:30:02 -05:00
10 lines
125 B
C++
10 lines
125 B
C++
#pragma once
|
|
|
|
namespace hex::plugin::builtin {
|
|
|
|
void openProject();
|
|
bool saveProject();
|
|
bool saveProjectAs();
|
|
|
|
}
|