LeviLamina
Loading...
Searching...
No Matches
SoundEventSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
12// clang-format on
13
14namespace SoundEventSystem {
15// functions
16// NOLINTBEGIN
17MCAPI ::TickingSystemWithInfo create();
18
19MCAPI void doSoundEventSystem(
21 ::LevelComponent& level,
23 ::GetAttachPositionViews const& getAttachPosViews
24);
25// NOLINTEND
26
27} // namespace SoundEventSystem
Definition LevelComponent.h:10
Definition StrictEntityContext.h:10
Definition GetAttachPositionViews.h:5
Definition SoundEventRequestQueueComponent.h:10
Definition TickingSystemWithInfo.h:11