#include "ientity.h"
#include "irender.h"
#include "eclasslib.h"
#include "generic/callback.h"
#include "stringio.h"
Go to the source code of this file.
Data Structures | |
class | Colour |
Defines | |
#define | INCLUDED_COLOUR_H |
Functions | |
void | default_colour (Vector3 &colour) |
void | read_colour (Vector3 &colour, const char *value) |
void | write_colour (const Vector3 &colour, Entity *entity) |
void default_colour | ( | Vector3 & | colour | ) | [inline] |
Definition at line 32 of file colour.h.
Referenced by Colour::Colour(), and read_colour().
void read_colour | ( | Vector3 & | colour, | |
const char * | value | |||
) | [inline] |
Definition at line 36 of file colour.h.
References default_colour().
Referenced by Colour::colourChanged().
Definition at line 42 of file colour.h.
References Entity::setKeyValue().
Referenced by Colour::write().