mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 13:11:05 +00:00
Added a region directive to conform to OpenTK standards.
This commit is contained in:
parent
f347036a6b
commit
8d0e358569
|
@ -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