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