LeviLamina
Loading...
Searching...
No Matches
HistoricalFrameTimes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 8> mUnk72f49d;
10 ::ll::UntypedStorage<4, 120> mUnkbc305f;
11 ::ll::UntypedStorage<4, 120> mUnka191e5;
12 ::ll::UntypedStorage<4, 120> mUnk67054e;
13 ::ll::UntypedStorage<4, 120> mUnk7c71e8;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 HistoricalFrameTimes& operator=(HistoricalFrameTimes const&);
19 HistoricalFrameTimes(HistoricalFrameTimes const&);
20 HistoricalFrameTimes();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI void setCurrentFrameTime(float frameTime);
26 // NOLINTEND
27};
Definition HistoricalFrameTimes.h:5
MCAPI void setCurrentFrameTime(float frameTime)