Skip to content

Commit

Permalink
wiw
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Nov 3, 2023
1 parent f96fc6b commit 6282e8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions skyrim-platform/src/platform_se/skyrim_platform/EventUtils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#pragma once

template <>
inline RE::BSTEventSource<RE::ActorKill::Event>* GetEventSource()
{
return RE::ActorKill::GetEventSource();
}

template <class E>
inline RE::BSTEventSource<E>* GetEventSource()
{
Expand Down

0 comments on commit 6282e8a

Please sign in to comment.