#pragma once
#include "core/time.h"
namespace kku
{
struct UpdateData
const microsec timestamp;
const microsec dt;
};
}