Constants.cs 231 B

1234567891011121314
  1. using System;
  2. using System.Reflection;
  3. using System.Runtime.InteropServices;
  4. using System.Collections.Generic;
  5. namespace AtomicEngine
  6. {
  7. public static partial class Constants
  8. {
  9. public const string LIBNAME = "__Internal";
  10. }
  11. }