project-kyoku/include/core/updatedata.h

17 lines
136 B
C
Raw Normal View History

2021-12-29 15:59:18 +01:00
#pragma once
#include "core/time.h"
namespace kku
{
struct UpdateData
{
const microsec timestamp;
const microsec dt;
};
}