ManaPlus
Enumerations
CutIn Namespace Reference

Enumerations

enum  T {
  BottomLeft = 0 , BottomCenter = 1 , BottomRight = 2 , Movable = 3 ,
  MovableClose = 4
}
 

Enumeration Type Documentation

◆ T

enum CutIn::T
Enumerator
BottomLeft 
BottomCenter 
BottomRight 
Movable 
MovableClose 

Definition at line 27 of file cutin.h.

28 {
29  BottomLeft = 0,
30  BottomCenter = 1,
31  BottomRight = 2,
32  Movable = 3,
33  MovableClose = 4
34 }
@ BottomLeft
Definition: cutin.h:29
@ Movable
Definition: cutin.h:32
@ BottomCenter
Definition: cutin.h:30
@ BottomRight
Definition: cutin.h:31
@ MovableClose
Definition: cutin.h:33