mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-10 10:10:43 +00:00
18 lines
269 B
Text
18 lines
269 B
Text
|
|
||
|
class Menu : Object native
|
||
|
{
|
||
|
//native static int MenuTime();
|
||
|
}
|
||
|
|
||
|
struct FOptionMenuSettings
|
||
|
{
|
||
|
int mTitleColor;
|
||
|
int mFontColor;
|
||
|
int mFontColorValue;
|
||
|
int mFontColorMore;
|
||
|
int mFontColorHeader;
|
||
|
int mFontColorHighlight;
|
||
|
int mFontColorSelection;
|
||
|
int mLinespacing;
|
||
|
}
|