1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Added c_bool

This commit is contained in:
Brian Fiete 2022-03-23 09:35:34 -07:00
parent 6e38c1c3b6
commit 28cb2b8e9d

View file

@ -2,6 +2,7 @@ namespace System
{
namespace Interop
{
typealias c_bool = bool;
typealias c_short = int16;
typealias c_ushort = uint16;
typealias c_int = int32;