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