0ad/binaries/data/mods/official/gui/test/functions_pregame.js
Acumen e62258e47e Reorganised GUI scripts a bit.
This was SVN commit r1743.
2005-01-18 19:29:03 +00:00

13 lines
274 B
JavaScript
Executable File

// Main Pregame JS Script file
// Contains functions and code for Main Menu.
// ====================================================================
function initPreGame()
{
initIPHost();
}
// ====================================================================