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