mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Experimental GPU overclock
This commit is contained in:
9
app/NvAPIWrapper/Native/Interfaces/IInitializable.cs
Normal file
9
app/NvAPIWrapper/Native/Interfaces/IInitializable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user