add ILooper.Run

This commit is contained in:
Gered 2013-08-16 21:42:19 -04:00
parent cb56371ba2
commit 469e460a31

View file

@ -4,6 +4,7 @@ namespace Blarg.GameFramework
{
public interface ILooper
{
void Run(IGameApp gameApp);
}
}