Skip to content

Commit 3186d0f

Browse files
committed
chore: more deprecated attribute use
1 parent 59f78bd commit 3186d0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/F4SE/API.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ namespace F4SE
5959
namespace F4SE
6060
{
6161
// DEPRECATED
62-
void Init(const LoadInterface* a_intfc, bool a_log) noexcept;
62+
[[deprecated("Use F4SE::Init(..., {}) instead")]] void Init(const LoadInterface* a_intfc, bool a_log) noexcept;
6363

6464
// DEPRECATED
65-
void AllocTrampoline(std::size_t a_size) noexcept;
65+
[[deprecated("Use F4SE::Init(..., {}) instead")]] void AllocTrampoline(std::size_t a_size) noexcept;
6666
}

0 commit comments

Comments
 (0)