mirror of https://github.com/ppy/SDL3-CS.git
added sister projects to visible internals in SDL3-CS
This commit is contained in:
parent
1e78619716
commit
af476b4cc4
|
|
@ -4,3 +4,7 @@
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
[assembly: InternalsVisibleTo("SDL3-CS.Tests")]
|
[assembly: InternalsVisibleTo("SDL3-CS.Tests")]
|
||||||
|
|
||||||
|
// Allow access to internal CodeGen members (e.g. NativeTypeNameAttribute, etc.) for SDL sister projects:
|
||||||
|
[assembly: InternalsVisibleTo("SDL3_ttf-CS")]
|
||||||
|
[assembly: InternalsVisibleTo("SDL3_image-CS")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue