mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
37 lines
707 B
C#
37 lines
707 B
C#
|
// <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.BindGen
|
||
|
{
|
||
|
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;
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
public enum SPCompressionCode : ushort
|
||
|
{
|
||
|
Uncompressed = 0,
|
||
|
Zlib = 26490,
|
||
|
Bzip2 = 25210,
|
||
|
Lzma = 27770,
|
||
|
Zstd = 31347,
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|