aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Horizon/IService.cs
blob: 67c12cef647a54ac72ff134d06df59f1fae9e01b (plain) (blame)
1
2
3
4
5
6
7
namespace Ryujinx.Horizon
{
    interface IService
    {
        abstract static void Main();
    }
}