mirror of
https://github.com/devkitPro/wut.git
synced 2026-05-03 20:05:51 -05:00
13 lines
583 B
C++
13 lines
583 B
C++
#include <nn/sl/KillerNotificationTransferRecordStream.h>
|
|
|
|
namespace nn::sl {
|
|
namespace {
|
|
extern "C" details::KillerNotificationTransferRecordStreamInternal *GetDefaultKillerNotificationTransferRecordStream__Q2_2nn2slFv();
|
|
}
|
|
|
|
static KillerNotificationTransferRecordStream sDefaultKillerNotificationTransferRecordStream(GetDefaultKillerNotificationTransferRecordStream__Q2_2nn2slFv());
|
|
|
|
nn::sl::details::IStreamBase &GetDefaultKillerNotificationTransferRecordStream() {
|
|
return sDefaultKillerNotificationTransferRecordStream;
|
|
}
|
|
} // namespace nn::sl
|