mirror of
https://github.com/BluestormDNA/ProjectPSX.git
synced 2025-04-02 10:52:34 -04:00
* Push Interop * GDI Render: UI * Gdi: Add BltMode * Winform GDI: Handle y ranges This is badly handled and X still left
8 lines
176 B
C#
8 lines
176 B
C#
namespace ProjectPSX
|
|
{
|
|
internal static class ExternDll
|
|
{
|
|
public const string Gdi32 = "gdi32.dll";
|
|
public const string User32 = "user32.dll";
|
|
}
|
|
}
|