te
This commit is contained in:
parent
01151e679b
commit
57b2f0400e
265 changed files with 22828 additions and 6 deletions
12
Unused/Decal.Interop.Core/DecalResClass.cs
Normal file
12
Unused/Decal.Interop.Core/DecalResClass.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
|
||||
namespace Decal.Interop.Core;
|
||||
|
||||
[ComImport]
|
||||
[ClassInterface(0)]
|
||||
[Guid("EA7BE91B-C98A-4138-8985-E22364BE8207")]
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
public class DecalResClass : IDecalRes, DecalRes
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue