Enhanced Cocoa version of IWAD picker window
Added ability to specify custom command line parameters Added ability to browse for user files Improved handling of restart console command Improved layout for window
This commit is contained in:
parent
82e8c514e9
commit
18c9caf68d
3 changed files with 239 additions and 18 deletions
|
|
@ -71,3 +71,8 @@ bool I_SetCursor(FTexture *cursorpic)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void I_SetMainWindowVisible(bool visible)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue