mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-12 16:58:29 +00:00
Marked profile-api as obsolete. Wontfix that to work with CUE 2. This closes #54.
This commit is contained in:
parent
74973df040
commit
7fe3ece615
@ -2,6 +2,7 @@
|
||||
// ReSharper disable UnusedAutoPropertyAccessor.Global
|
||||
// ReSharper disable UnusedMember.Global
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
@ -13,6 +14,7 @@ namespace CUE.NET.Profiles
|
||||
/// <summary>
|
||||
/// Represents a CUE profile.
|
||||
/// </summary>
|
||||
[Obsolete("Only works with CUE 1.")]
|
||||
public class CueProfile
|
||||
{
|
||||
#region Properties & Fields
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Xml.Linq;
|
||||
using CUE.NET.Brushes;
|
||||
@ -8,6 +9,7 @@ namespace CUE.NET.Profiles
|
||||
/// <summary>
|
||||
/// Represents a device of a CUE profile.
|
||||
/// </summary>
|
||||
[Obsolete("Only works with CUE 1.")]
|
||||
internal class CueProfileDevice
|
||||
{
|
||||
#region Properties & Fields
|
||||
|
||||
@ -12,6 +12,7 @@ namespace CUE.NET.Profiles
|
||||
/// <summary>
|
||||
/// Represents a mode of a CUE profile.
|
||||
/// </summary>
|
||||
[Obsolete("Only works with CUE 1.")]
|
||||
internal class CueProfileMode
|
||||
{
|
||||
#region Properties & Fields
|
||||
|
||||
@ -12,6 +12,7 @@ namespace CUE.NET.Profiles
|
||||
/// <summary>
|
||||
/// Represents the SDK for CUE profiles.
|
||||
/// </summary>
|
||||
[Obsolete("Only works with CUE 1.")]
|
||||
public static class CueProfiles
|
||||
{
|
||||
#region Constants
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user