mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 17:46:48 +00:00
3d26549032
This was SVN commit r3802.
9 lines
409 B
C
9 lines
409 B
C
// free reference to Atlas UI SO (avoids resource leak report)
|
|
extern void ATLAS_Shutdown();
|
|
|
|
// starts the Atlas UI if an "-editor" switch is found on the command line.
|
|
// this is the alternative to starting the main menu and clicking on
|
|
// the editor button; it is much faster because it's called during early
|
|
// init and therefore skips GUI setup.
|
|
extern void ATLAS_RunIfOnCmdLine(int argc, char* argv[]);
|