ManaPlus
Enumerations
ParticlePhysics Namespace Reference

Enumerations

enum  T { Best = 0 , Normal = 1 , Fast = 2 }
 

Enumeration Type Documentation

◆ T

Enumerator
Best 
Normal 
Fast 

Definition at line 27 of file particlephysics.h.

28 {
29  Best = 0,
30  Normal = 1,
31  Fast = 2
32 }