LeviLamina
Loading...
Searching...
No Matches
Profile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Core::Profile {
6// functions
7// NOLINTBEGIN
8MCAPI void onFileOpenFailed(bool isReadOnly);
9
10MCAPI void onFileOpenRequest(bool isReadOnly);
11
12MCAPI void onFileOpenRetrySuccess(bool isReadOnly);
13// NOLINTEND
14
15} // namespace Core::Profile