We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f78bd commit 3186d0fCopy full SHA for 3186d0f
1 file changed
include/F4SE/API.h
@@ -59,8 +59,8 @@ namespace F4SE
59
namespace F4SE
60
{
61
// DEPRECATED
62
- void Init(const LoadInterface* a_intfc, bool a_log) noexcept;
+ [[deprecated("Use F4SE::Init(..., {}) instead")]] void Init(const LoadInterface* a_intfc, bool a_log) noexcept;
63
64
65
- void AllocTrampoline(std::size_t a_size) noexcept;
+ [[deprecated("Use F4SE::Init(..., {}) instead")]] void AllocTrampoline(std::size_t a_size) noexcept;
66
}
0 commit comments