mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
9 lines
250 B
C#
9 lines
250 B
C#
namespace NvAPIWrapper.Native.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// Marker interface for all types that should be filled with information before passing to un-managed code
|
|
/// </summary>
|
|
internal interface IInitializable
|
|
{
|
|
}
|
|
} |