ManaPlus
Data Structures | Typedefs
actor.h File Reference

(986a3bf)

#include "utils/cast.h"
#include "resources/vector.h"
#include <list>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  Actor
 

Typedefs

typedef std::list< Actor * > Actors
 
typedef Actors::const_iterator ActorsCIter
 

Typedef Documentation

◆ Actors

typedef std::list<Actor*> Actors

Definition at line 38 of file actor.h.

◆ ActorsCIter

typedef Actors::const_iterator ActorsCIter

Definition at line 39 of file actor.h.