LeviLamina
Loading...
Searching...
No Matches
CameraTimeComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace MinecraftCamera {
6
8public:
9 // CameraTimeComponent inner types declare
10 // clang-format off
11 struct ElapsedTime;
12 struct DeltaTime;
13 // clang-format on
14
15 // CameraTimeComponent inner types define
16 struct ElapsedTime {};
17
18 struct DeltaTime {};
19};
20
21} // namespace MinecraftCamera
Definition CameraTimeComponent.h:18
Definition CameraTimeComponent.h:16
Definition CameraTimeComponent.h:7