LeviLamina
Loading...
Searching...
No Matches
Comprehensive.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::Comprehensive {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string_view const& AIM_ASSIST_PAYLOAD_KEY();
9
10MCNAPI ::std::string_view const& CAMERA_PAYLOAD_KEY();
11
12MCNAPI ::std::string_view const& PARTICLE_PAYLOAD_KEY();
13
14MCNAPI ::std::string_view const& VOXEL_SHAPE_PAYLOAD_KEY();
15// NOLINTEND
16
17} // namespace SharedTypes::Comprehensive