LeviLamina
Loading...
Searching...
No Matches
ServerSoundInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class ServerSoundInstance {
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 ServerSoundInstance& operator=(ServerSoundInstance const&);
15 ServerSoundInstance(ServerSoundInstance const&);
16 ServerSoundInstance();
17};
Definition Alias.h:14