mirror of
https://github.com/Team-Resurgent/PrometheOS-Launcher.git
synced 2026-08-15 11:18:38 -07:00
8 lines
104 B
C
8 lines
104 B
C
#pragma once
|
|
|
|
enum horizAlignment
|
|
{
|
|
horizAlignmentLeft,
|
|
horizAlignmentCenter,
|
|
horizAlignmentRight,
|
|
}; |