Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
NShaderVersion.cs
Go to the documentation of this file.
1 namespace NShader
2 {
3  public class NShaderVersion
4  {
5  public const string VERSION = "1.3";
6  public const string ASSEMBLY_VERSION = VERSION + ".0.0";
7  public const string ASSEMBLY_FILE_VERSION = ASSEMBLY_VERSION;
8  }
9 }
const string ASSEMBLY_VERSION
const string ASSEMBLY_FILE_VERSION