mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 21:45:31 +00:00
Moved AutoGeneratedAttribute to root namespace (it is now used by more than just OpenTK.Graphics).
This commit is contained in:
parent
f8bc7e1f30
commit
3f009dc723
|
@ -29,7 +29,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenTK.Graphics
|
||||
namespace OpenTK
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates that this function is generated automatically by a tool.
|
Loading…
Reference in a new issue