Tramway SDK
|
#include <extensions/kitchensink/entities.h>
#include <extensions/kitchensink/soundtable.h>
#include <components/render.h>
#include <components/physics.h>
#include <templates/hashmap.h>
Classes | |
struct | tram::Ext::Design::EntityChildren |
Namespaces | |
namespace | tram |
namespace | tram::Ext |
namespace | tram::Ext::Design |
Macros | |
#define | PlaySound(TYPE) if (sound) SoundTable::Find(sound)->PlaySound(TYPE, origin, 1.0f); |
Functions | |
void | tram::Ext::Design::AddChild (name_t parent, id_t child) |
void | tram::Ext::Design::UpdateHierarchy (id_t parent_id) |
Variables | |
Hashmap< EntityChildren > | tram::Ext::Design::hierarchy_map ("hierarchy_map", 200) |
#define PlaySound | ( | TYPE | ) | if (sound) SoundTable::Find(sound)->PlaySound(TYPE, origin, 1.0f); |