Remove another hardcoded widget reference and prepare for saner init code.

This commit is contained in:
Paul Chote
2011-05-09 19:42:37 +12:00
parent 2e1e8fd7e8
commit 3d347848f3
5 changed files with 28 additions and 4 deletions

View File

@@ -120,5 +120,10 @@ namespace OpenRA
}
public interface ILoadScreen { void Display(); void Init(); }
public interface ILoadScreen
{
void Display();
void Init();
void StartGame();
}
}