killed PrepareOverlay

This commit is contained in:
Chris Forbes
2009-10-31 23:24:39 +13:00
parent a3dba77f99
commit dbef9e4a45
7 changed files with 10 additions and 38 deletions

View File

@@ -7,7 +7,6 @@ namespace OpenRa.Game
interface IOrderGenerator
{
IEnumerable<Order> Order( int2 xy, bool lmb );
void PrepareOverlay( int2 xy );
void Tick();
}
}