servicepoint/crates/servicepoint_binding_cs/ServicePoint/Constants.g.cs

38 lines
698 B
C#
Raw Normal View History

2024-10-16 21:59:35 +02:00
// <auto-generated>
// This code is generated by csbindgen.
// DON'T CHANGE THIS DIRECTLY.
// </auto-generated>
#pragma warning disable CS8500
#pragma warning disable CS8981
using System;
using System.Runtime.InteropServices;
namespace ServicePoint
2024-10-16 21:59:35 +02:00
{
public static unsafe partial class ConstantsNative
{
const string __DllName = "servicepoint_binding_c";
public const nuint SP_TILE_SIZE = 8;
public const nuint SP_TILE_WIDTH = 56;
public const nuint SP_TILE_HEIGHT = 20;
}
2024-10-16 22:46:34 +02:00
public enum CompressionCode : ushort
2024-10-16 21:59:35 +02:00
{
Uncompressed = 0,
Zlib = 26490,
Bzip2 = 25210,
Lzma = 27770,
Zstd = 31347,
}
}