Tramway SDK
Namespaces | Typedefs | Functions
core.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  tram
 
namespace  tram::Core
 

Typedefs

typedef uint32_t tram::id_t
 

Functions

id_t tram::GenerateID ()
 Generates a unique ID number. More...
 
uint32_t tram::GetTick ()
 Returns the current tick. More...
 
double tram::GetTickTime ()
 Returns the time at the start of the current tick. More...
 
float tram::GetDeltaTime ()
 
const char * tram::GetVersion ()
 
void tram::Core::Init ()
 Initializes the core of the framework. More...
 
void tram::Core::Update ()
 Updates the core system. More...