ManaPlus
Data Structures | Enumerations
avatar.h File Reference

(986a3bf)

#include "enums/being/gender.h"
#include "enums/simpletypes/beingid.h"
#include <string>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  Avatar
 

Enumerations

enum  AvatarType { AVATAR_PLAYER = 0 }
 

Enumeration Type Documentation

◆ AvatarType

enum AvatarType
Enumerator
AVATAR_PLAYER 

Definition at line 35 of file avatar.h.

36 {
37  AVATAR_PLAYER = 0
38 };
@ AVATAR_PLAYER
Definition: avatar.h:37