ProjectPSX/ProjectPSX.WinForms/Interop/ExternDll.cs
2021-01-15 22:53:20 +01:00

8 lines
176 B
C#

namespace ProjectPSX
{
internal static class ExternDll
{
public const string Gdi32 = "gdi32.dll";
public const string User32 = "user32.dll";
}
}