Skip to content

Commit a961090

Browse files
committed
chore: deprecation
1 parent 4b95e42 commit a961090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/SKSE/API.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace SKSE
6060
namespace SKSE
6161
{
6262
// DEPRECATED
63-
void Init(const LoadInterface* a_intfc, bool a_log) noexcept;
63+
[[deprecated("Use F4SE::Init(..., {}) instead")]] void Init(const LoadInterface* a_intfc, bool a_log) noexcept;
6464
// DEPRECATED
65-
void AllocTrampoline(std::size_t a_size, bool a_trySKSEReserve = true) noexcept;
65+
[[deprecated("Use F4SE::Init(..., {}) instead")]] void AllocTrampoline(std::size_t a_size, bool a_trySKSEReserve = true) noexcept;
6666
}

0 commit comments

Comments
 (0)