mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-12 19:14:36 +01:00
10 lines
150 B
C#
10 lines
150 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Dalamud.Injector.FFI
|
|
{
|
|
internal static class Win32
|
|
{
|
|
}
|
|
}
|