LeviLamina
Loading...
Searching...
No Matches
HashCrc32.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace bx {
6
7class HashCrc32 {
8public:
9 // HashCrc32 inner types define
10 enum class Enum : int {};
11};
12
13} // namespace bx
Definition HashCrc32.h:7