Tramway SDK v0.1.1
Namespaces | Functions
core.cpp File Reference

Core functionality of the framework. More...

#include <framework/core.h>
#include <framework/event.h>
#include <framework/system.h>
#include <framework/uid.h>
#include <framework/logging.h>
#include <platform/api.h>
#include <config.h>
#include <iostream>
#include <cassert>

Namespaces

namespace  tram
 Serialization, i.e.
 

Functions

id_t tram::GenerateID ()
 Generates a unique ID number. More...
 
uint32_t tram::GetTick ()
 Returns the current tick. More...
 
uint32_t tram::GetFrame ()
 Returns the current frame. More...
 
uint32_t tram::GetDeltaTick ()
 Returns the tick delta. More...
 
double tram::GetTickTime ()
 Same as GetFrameTime() More...
 
double tram::GetFrameTime ()
 Returns the time at the start of the current frame. More...
 
float tram::GetDeltaTime ()
 Returns the time passed between frames. More...
 
const char * tram::GetVersion ()
 Returns the version identifier of the runtime. More...
 

Detailed Description

Core functionality of the framework.