30#ifndef HORIZON_ZONE_GAME_GRIDOBJECT_HPP
31#define HORIZON_ZONE_GAME_GRIDOBJECT_HPP
void link(TO *toObj, FROM *fromObj)
Links the Reference to the specified object by adding it to the front of the list.
Definition: Reference.hpp:49
bool is_valid() const
Definition: Reference.hpp:84
void remove()
Definition: Reference.hpp:67
Definition: GridObject.hpp:42
void add_grid_reference(GridRefManager< T > &m)
Definition: GridObject.hpp:47
GridReference< T > _ref
Definition: GridObject.hpp:53
virtual ~GridObject()
Definition: GridObject.hpp:44
GridReference< T > & get_reference()
Definition: GridObject.hpp:50
bool has_valid_grid_reference() const
Definition: GridObject.hpp:46
void remove_grid_reference()
Definition: GridObject.hpp:48
Definition: Element.hpp:7