ManaPlus
Enumerations
ParticleType Namespace Reference

Enumerations

enum  T {
  Normal = 0 , Animation = 1 , Image = 2 , Rotational = 3 ,
  Text = 4
}
 

Enumeration Type Documentation

◆ T

Enumerator
Normal 
Animation 
Image 
Rotational 
Text 

Definition at line 27 of file particletype.h.

28 {
29  Normal = 0,
30  Animation = 1,
31  Image = 2,
32  Rotational = 3,
33  Text = 4
34 }
Definition: text.h:40