Added a class that can identify a generated variable.

This commit is contained in:
Jarl Gullberg 2017-05-29 18:31:39 +02:00
parent bc981ceccf
commit 092ffb480c
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -0,0 +1,7 @@
namespace OpenTK.Rewrite
{
public class GeneratedVariableIdentifier
{
}
}