mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
44 lines
963 B
C#
Vendored
44 lines
963 B
C#
Vendored
|
|
|
|
namespace Physx
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "Px")]
|
|
internal static unsafe partial class LibPhysx
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace CsBindgen
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "b3")]
|
|
internal static unsafe partial class LibBullet3
|
|
{
|
|
}
|
|
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "quiche_")]
|
|
internal static unsafe partial class LibQuiche
|
|
{
|
|
}
|
|
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "sqlite3_")]
|
|
public static unsafe partial class LibSqlite3
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
namespace PixivApi.ImageFile
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "png_")]
|
|
internal static unsafe partial class LibPng16
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace Jolt
|
|
{
|
|
[GroupedNativeMethodsGenerator.GroupedNativeMethods(removePrefix: "JPH_")]
|
|
internal static unsafe partial class NativeMethods
|
|
{
|
|
}
|
|
} |