SuperMarioOdysseyOnline/include/nn/atk/detail/StreamSoundRuntime.h
2022-06-16 14:33:18 -07:00

26 lines
No EOL
404 B
C++

/**
* @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];
};
};
};
};