Update XmlDoc comments
This commit is contained in:
parent
5014ebbfe0
commit
de6caec6f1
8 changed files with 67 additions and 63 deletions
|
|
@ -4,7 +4,7 @@ using Raylib_cs;
|
|||
|
||||
namespace Raylib_cs
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public readonly struct CBool
|
||||
{
|
||||
private readonly byte value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue