mirror of https://github.com/PCSX2/pcsx2.git
11 lines
147 B
C#
11 lines
147 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace GSDumpGUI
|
|||
|
{
|
|||
|
public interface IGifData
|
|||
|
{
|
|||
|
}
|
|||
|
}
|