LeviLamina
Loading...
Searching...
No Matches
SoundMapping.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SoundMapping inner types declare
8 // clang-format off
10 struct BlockSounds;
11 struct EntitySoundList;
12 struct EntitySounds;
14 // clang-format on
15
16 // SoundMapping inner types define
18
19 struct BlockSounds {};
20
21 struct EntitySoundList {};
22
23 struct EntitySounds {};
24
26};
Definition SoundMapping.h:17
Definition SoundMapping.h:19
Definition SoundMapping.h:21
Definition SoundMapping.h:23
Definition SoundMapping.h:25
Definition SoundMapping.h:5