mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 16:10:49 +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
|
#endregion
|
||||||
|
|
||||||
|
#region --- Public Methods ---
|
||||||
|
|
||||||
#region public Rectangle Add(T item)
|
#region public Rectangle Add(T item)
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -91,6 +93,8 @@ namespace OpenTK
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Node
|
#region Node
|
||||||
|
|
||||||
class Node
|
class Node
|
||||||
|
|
Loading…
Reference in a new issue