add ILooper.Run
This commit is contained in:
parent
cb56371ba2
commit
469e460a31
|
@ -4,6 +4,7 @@ namespace Blarg.GameFramework
|
||||||
{
|
{
|
||||||
public interface ILooper
|
public interface ILooper
|
||||||
{
|
{
|
||||||
|
void Run(IGameApp gameApp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue