Saner load code for cnc. Installing not yet implemented.

This commit is contained in:
Paul Chote
2011-05-09 20:39:26 +12:00
parent 3d347848f3
commit 372d2f5426
11 changed files with 170 additions and 97 deletions

View File

@@ -380,6 +380,8 @@ namespace OpenRA.Widgets
}
public interface IWidgetDelegate { }
// TODO: This can die once ra init is sane
public interface IWidgetDelegateEx : IWidgetDelegate
{
void Init();