mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 18:05:37 +00:00
Added a region directive to conform to OpenTK standards.
This commit is contained in:
parent
a52666d9e6
commit
922d9ae3ff
|
@ -31,6 +31,8 @@ namespace OpenTK
|
|||
|
||||
#endregion
|
||||
|
||||
#region --- Public Methods ---
|
||||
|
||||
#region public Rectangle Add(T item)
|
||||
|
||||
/// <summary>
|
||||
|
@ -91,6 +93,8 @@ namespace OpenTK
|
|||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region Node
|
||||
|
||||
class Node
|
||||
|
|
Loading…
Reference in a new issue