lots of experimental bits

This commit is contained in:
Chris Forbes
2010-02-28 22:43:54 +13:00
parent e7b48c7ea6
commit 45a4fa110e
22 changed files with 166 additions and 14 deletions

View File

@@ -140,4 +140,6 @@ namespace OpenRA.Traits
bool Pressed { get; }
void OnClick();
}
public interface IRenderOverlay { void Render(); }
}