mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 17:55:39 +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
|
#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