mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-12 05:37:54 -05:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
{
|
||||
interface IIntrusiveListNode<T>
|
||||
{
|
||||
T ListPrevious { get; set; }
|
||||
T ListNext { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user