#include "common.h"
#include "vector.h"
Include dependency graph for utilities.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | range< T > |
class | colour4f |
Typedefs | |
typedef uInt | entityId |
typedef int | energy |
typedef int | memory |
typedef vector2i | position |
typedef vector2i | area |
typedef vector2i | direction |
typedef range< energy > | energyRange |
typedef range< address > | memoryBlock |
typedef range< address > | memoryRange |
|
Definition at line 16 of file utilities.h. |
|
Definition at line 17 of file utilities.h. Referenced by world::spawnEntity(). |
|
|
Definition at line 40 of file utilities.h. |
|
Definition at line 10 of file utilities.h. Referenced by world::kill(). |
|
Definition at line 12 of file utilities.h. Referenced by world::convertEnergyToMemory(), world::convertMemoryToEnergy(), entity::entity(), world::spawnEntity(), and world::transferMemory(). |
|
Definition at line 41 of file utilities.h. |
|
Definition at line 42 of file utilities.h. |
|
Definition at line 15 of file utilities.h. Referenced by world::getPosInfrontOfEntity(), world::giveMemory(), initWorld(), world::moveEntity(), world::spawnEntity(), world::takeMemory(), and world::transferEnergy(). |