hyperion.ng/include/utils/VideoMode.h

12 lines
156 B
C
Raw Normal View History

#pragma once
/**
* Enumeration of the possible modes in which video can be playing (2D, 3D)
*/
enum VideoMode
{
VIDEO_2D,
VIDEO_3DSBS,
VIDEO_3DTAB
};