using System; using System.Reflection; using System.Runtime.InteropServices; using System.Collections.Generic; namespace AtomicEngine { public static partial class Constants { public const string LIBNAME = "__Internal"; } }