mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-10-03 07:45:51 -05:00
Move solution and projects to src
This commit is contained in:
7
src/Ryujinx.Horizon/IService.cs
Normal file
7
src/Ryujinx.Horizon/IService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Horizon
|
||||
{
|
||||
interface IService
|
||||
{
|
||||
abstract static void Main(ServiceTable serviceTable);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user