The nativeLibName can/should be private.
This commit is contained in:
parent
dd28844230
commit
e7cbc528cc
@ -41,7 +41,7 @@ namespace SDL2
|
|||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
/* Used by DllImport to load the native library. */
|
/* Used by DllImport to load the native library. */
|
||||||
internal const String nativeLibName = "SDL2.dll";
|
private const String nativeLibName = "SDL2.dll";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
/* Used by DllImport to load the native library. */
|
/* Used by DllImport to load the native library. */
|
||||||
internal const String nativeLibName = "SDL2_image.dll";
|
private const String nativeLibName = "SDL2_image.dll";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
/* Used by DllImport to load the native library. */
|
/* Used by DllImport to load the native library. */
|
||||||
internal const String nativeLibName = "SDL2_mixer.dll";
|
private const String nativeLibName = "SDL2_mixer.dll";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
/* Used by DllImport to load the native library. */
|
/* Used by DllImport to load the native library. */
|
||||||
internal const String nativeLibName = "SDL2_net.dll";
|
private const String nativeLibName = "SDL2_net.dll";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
/* Used by DllImport to load the native library. */
|
/* Used by DllImport to load the native library. */
|
||||||
internal const String nativeLibName = "SDL2_ttf.dll";
|
private const String nativeLibName = "SDL2_ttf.dll";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user