Mana
|
#include "actorsprite.h"
#include "being.h"
#include "eventlistener.h"
#include "flooritem.h"
#include "gui/widgets/textfield.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | ActorSpriteManager |
Typedefs | |
using | ActorSprites = std::set< ActorSprite * > |
Variables | |
ActorSpriteManager * | actorSpriteManager |
using ActorSprites = std::set<ActorSprite *> |
Definition at line 36 of file actorspritemanager.h.
|
extern |