4#ifndef TRAM_SDK_FRAMEWORK_CORE_H
5#define TRAM_SDK_FRAMEWORK_CORE_H
void Init()
Initializes the core of the framework.
Definition: core.cpp:28
void Update()
Updates the core system.
Definition: core.cpp:38
uint32_t id_t
Definition: core.h:11
double GetTickTime()
Returns the time at the start of the current tick.
Definition: core.cpp:64
const char * GetVersion()
Definition: core.cpp:72
uint32_t GetTick()
Returns the current tick.
Definition: core.cpp:57
id_t GenerateID()
Generates a unique ID number.
Definition: core.cpp:21
float GetDeltaTime()
Definition: core.cpp:68