mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:45:34 +00:00
Added a class that can identify a generated variable.
This commit is contained in:
parent
bc981ceccf
commit
092ffb480c
7
src/Generator.Rewrite/GeneratedVariableIdentifier.cs
Normal file
7
src/Generator.Rewrite/GeneratedVariableIdentifier.cs
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
namespace OpenTK.Rewrite
|
||||||
|
{
|
||||||
|
public class GeneratedVariableIdentifier
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue