9 ::ll::TypedStorage<8, 8, double> mTimeDelay;
10 ::ll::TypedStorage<8, 8, double> mStartTime;
11 ::ll::TypedStorage<8, 64, ::std::function<double()>> mGetCurrentTimeCallback;
21 MCAPI BasicTimer(
double timeDelay, ::std::function<
double()> getTimeCallback);
24 MCAPI
bool isFinished()
const;
26 MCAPI
void resetTime();
33 MCFOLD
static double getSecondsSinceLaunch();
39 MCAPI
void* $ctor(
double timeDelay, ::std::function<
double()> getTimeCallback);