namespace DotSDL.Sdl { /// /// Contains .NET constants to assist with making calls to the SDL library.. /// internal static class Meta { /// /// Contains the name of the SDL library. /// internal const string DllName = "SDL2.dll"; } }