mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 08:31:23 +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;
|
||
|
}
|