10 lines
No EOL
165 B
C#
10 lines
No EOL
165 B
C#
using System.Drawing;
|
|
|
|
namespace Mesen.GUI.Config
|
|
{
|
|
public class ProfilerConfig
|
|
{
|
|
public Size WindowSize = new Size(0, 0);
|
|
public Point WindowLocation;
|
|
}
|
|
} |