mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-05 03:05:04 +00:00
14 lines
No EOL
278 B
C++
14 lines
No EOL
278 B
C++
#pragma once
|
|
|
|
#include "sead/time/seadTickTime.h"
|
|
#include "sead/time/seadDateTime.h"
|
|
#include "sead/math/seadQuatCalcCommon.hpp"
|
|
|
|
struct Time {
|
|
|
|
static void calcTime();
|
|
|
|
static sead::TickTime prevTime;
|
|
static sead::TickSpan deltaSpan;
|
|
static float deltaTime;
|
|
}; |