wut/libraries/nn_sl/KillerNotificationTransferRecordStream.cpp
GaryOderNichts 2c98cc91aa
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
Run clang-format
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
2025-06-05 11:06:04 +01:00

18 lines
552 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