#pragma once
namespace hex::plugin::builtin {
void openProject();
void saveProject();
void saveProjectAs();
}