mirror of
https://github.com/SourMesen/Mesen-S.git
synced 2025-04-02 10:41:42 -04:00
10 lines
No EOL
165 B
C#
10 lines
No EOL
165 B
C#
using System.Drawing;
|
|
|
|
namespace Mesen.GUI.Config
|
|
{
|
|
public class DebugLogConfig
|
|
{
|
|
public Size WindowSize = new Size(0, 0);
|
|
public Point WindowLocation;
|
|
}
|
|
} |