ManaPlus
Enumerations
FrameType Namespace Reference

Enumerations

enum  T {
  ANIMATION = 0 , JUMP , GOTO , LABEL ,
  PAUSE
}
 

Enumeration Type Documentation

◆ T

Enumerator
ANIMATION 
JUMP 
GOTO 
LABEL 
PAUSE 

Definition at line 31 of file frametype.h.

32 {
33  ANIMATION = 0,
34  JUMP,
35  GOTO,
36  LABEL,
37  PAUSE
38 }
@ ANIMATION
Definition: frametype.h:33