mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-16 06:26:42 -05:00
13 lines
633 B
C++
13 lines
633 B
C++
#include <nn/sl/KillerNotificationTransferRecordManager.h>
|
|
|
|
namespace nn::sl {
|
|
namespace {
|
|
extern "C" details::IKillerNotificationTransferRecordManagerInternal *GetDefaultKillerNotificationTransferRecordManager__Q2_2nn2slFv();
|
|
}
|
|
|
|
static details::KillerNotificationTransferRecordManagerFromPtr sDefaultKillerNotificationTransferRecordManager(GetDefaultKillerNotificationTransferRecordManager__Q2_2nn2slFv());
|
|
|
|
details::IKillerNotificationTransferRecordManagerBase &GetDefaultKillerNotificationTransferRecordManager() {
|
|
return sDefaultKillerNotificationTransferRecordManager;
|
|
}
|
|
} // namespace nn::sl
|