7 lines
130 B
C#
7 lines
130 B
C#
namespace Ryujinx.Horizon
|
|
{
|
|
interface IService
|
|
{
|
|
abstract static void Main(ServiceTable serviceTable);
|
|
}
|
|
}
|