30#ifndef HORIZON_ZONE_GAME_GRIDREFMANAGER_HPP
31#define HORIZON_ZONE_GAME_GRIDREFMANAGER_HPP
39template <
class OBJECT>
Forward declaration of GridRefManager, the class that manages GridReference.
Definition: GridRefManager.hpp:41
GridReference< OBJECT > const * first() const
Definition: GridRefManager.hpp:49
Horizon::Structures::LinkedList::Head::Iterator< GridReference< OBJECT > > iterator
Definition: GridRefManager.hpp:43
iterator begin()
Definition: GridRefManager.hpp:54
GridReference< OBJECT > * first()
Definition: GridRefManager.hpp:45
GridReference is a reference to an object in GridRefManager. It is used to link objects.
Definition: GridReference.hpp:43
This class is used to manage a linked list of References. It is not intended to be used directly....
Definition: RefManager.hpp:33