mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-22 01:44:41 -05:00
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
18 lines
486 B
C++
18 lines
486 B
C++
#include <nn/sl/IKillerNotificationAccessor.h>
|
|
|
|
namespace nn::sl
|
|
{
|
|
namespace
|
|
{
|
|
extern "C" details::IKillerNotificationAccessorInternal *
|
|
GetDefaultKillerNotificationAccessor__Q2_2nn2slFv();
|
|
}
|
|
|
|
static details::KillerNotificationAccessorFromPtr sDefaultKillerNotificationAccessor(GetDefaultKillerNotificationAccessor__Q2_2nn2slFv());
|
|
|
|
details::IKillerNotificationAccessorBase &
|
|
GetDefaultKillerNotificationAccessor()
|
|
{
|
|
return sDefaultKillerNotificationAccessor;
|
|
}
|
|
} // namespace nn::sl
|