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:
parent
6e38c1c3b6
commit
28cb2b8e9d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ namespace System
|
|||
{
|
||||
namespace Interop
|
||||
{
|
||||
typealias c_bool = bool;
|
||||
typealias c_short = int16;
|
||||
typealias c_ushort = uint16;
|
||||
typealias c_int = int32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue