libes  0.5.3
an Entity System library for C++
Static Public Attributes | List of all members
es::Component Struct Reference

A component. More...

#include <es/Component.h>

Static Public Attributes

static const ComponentType type = 0
 

Detailed Description

A component.

This structure is empty and must be the father of all components. A component must have a class variable to indicate its type.

Member Data Documentation

const ComponentType es::Component::type = 0
static

The default (invalid) component type.