mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-05 00:35:15 -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
|