LeviLamina
Loading...
Searching...
No Matches
CurveBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
mce {
6
7
struct
CurveBase {
8
public
:
9
// CurveBase inner types declare
10
// clang-format off
11
struct
ControlPoint;
12
// clang-format on
13
14
// CurveBase inner types define
15
enum class
Type :
int
{};
16
17
struct
ControlPoint {
18
public
:
19
// ControlPoint inner types define
20
union
Data {};
21
};
22
};
23
24
}
// namespace mce
src-server
mc
client
renderer
debug
keyframe_curve
CurveBase.h
Generated on Tue Dec 30 2025 14:20:31 for LeviLamina by
1.12.0