LeviLamina
Loading...
Searching...
No Matches
SoundOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SoundOptions inner types declare
8 // clang-format off
9 struct VolumeSlider;
10 // clang-format on
11
12 // SoundOptions inner types define
13 struct VolumeSlider {};
14};
Definition SoundOptions.h:13
Definition SoundOptions.h:5