Files
lime/tools/project/Orientation.hx
2014-09-30 17:41:57 -07:00

11 lines
80 B
Haxe

package project;
enum Orientation {
PORTRAIT;
LANDSCAPE;
ALL;
AUTO;
}