2022-04-02 20:22:42 -04:00

13 lines
232 B
C#

using System.Runtime.InteropServices;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace Waku
{
internal static class Constants
{
public const string dllName = "libs/libgowaku.dll";
}
}