6 lines
108 B
C#
6 lines
108 B
C#
namespace NibblePoker.Win32Bindings;
|
|
|
|
public static class Types {
|
|
public const Type LONG = UInt32;
|
|
}
|