blob: 24d0ef633dbad6ae998205caec20b655b7591c0c [file] [log] [blame]
/* sized enum like in C# */
enum Metrics : int
{
SM_CXSCREEN = 0,
SM_CYSCREEN,
SM_CXVSCROLL,
}