We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b95e42 commit a961090Copy full SHA for a961090
1 file changed
include/SKSE/API.h
@@ -60,7 +60,7 @@ namespace SKSE
60
namespace SKSE
61
{
62
// DEPRECATED
63
- 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;
64
65
- void AllocTrampoline(std::size_t a_size, bool a_trySKSEReserve = true) noexcept;
+ [[deprecated("Use F4SE::Init(..., {}) instead")]] void AllocTrampoline(std::size_t a_size, bool a_trySKSEReserve = true) noexcept;
66
}
0 commit comments