Tramway SDK
|
#include <framework/uid.h>
#include <framework/core.h>
#include <framework/math.h>
#include <framework/value.h>
#include <framework/signal.h>
Go to the source code of this file.
Classes | |
class | tram::Entity |
Entity base class. More... | |
struct | tram::Entity::FieldInfo |
struct | tram::SharedEntityData |
Basic Entity parameters. More... | |
Namespaces | |
namespace | tram |
Serialization, i.e. | |
Typedefs | |
typedef Entity *(* | tram::entity_make) (const SharedEntityData &, const ValueArray &) |
typedef void(* | tram::entity_clear) (Entity *) |