LeviLamina
Loading...
Searching...
No Matches
BlockHitDetectResultHash.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace CameraAimAssistSystemUtil { struct BlockHitDetectResult; }
8// clang-format on
9
10namespace CameraAimAssistSystemUtil {
11
13public:
14 // member functions
15 // NOLINTBEGIN
16#ifdef LL_PLAT_C
17 MCNAPI uint64 operator()(::CameraAimAssistSystemUtil::BlockHitDetectResult const& result) const;
18#endif
19 // NOLINTEND
20};
21
22} // namespace CameraAimAssistSystemUtil
Definition BlockHitDetectResultHash.h:12
Definition BlockHitDetectResult.h:7