SuperMarioOdysseyOnline/include/nn/atk/detail/StreamSoundRuntime.h

26 lines
404 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
/**
* @file StreamSoundRuntime.h
* @brief Stream sound runtime information.
*/
#pragma once
#include "types.h"
namespace nn
{
namespace atk
{
namespace detail
{
class StreamSoundRuntime
{
public:
StreamSoundRuntime();
~StreamSoundRuntime();
u8 _0[0xB0];
};
};
};
};