diff --git a/BeefLibs/corlib/src/Interop.bf b/BeefLibs/corlib/src/Interop.bf index fcb69f57..1378792f 100644 --- a/BeefLibs/corlib/src/Interop.bf +++ b/BeefLibs/corlib/src/Interop.bf @@ -2,6 +2,7 @@ namespace System { namespace Interop { + typealias c_bool = bool; typealias c_short = int16; typealias c_ushort = uint16; typealias c_int = int32;