Skip to content

Commit

Permalink
Continuing refactor resources mainly around cursors for this commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkinsella committed Aug 12, 2016
1 parent 96e4c7f commit 61eba29
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 153 deletions.
13 changes: 6 additions & 7 deletions Src/Workshell.PE.Resources/Graphics/CursorGroupResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
namespace Workshell.PE.Resources
{

public enum CursorGroupSaveFormat
{
Raw,
Cursor
}

public sealed class CursorGroupEntry
{

Expand Down Expand Up @@ -177,12 +171,17 @@ public CursorGroupEntry this[int index]

}

public enum CursorGroupSaveFormat
{
Raw,
Cursor
}

public sealed class CursorGroupResource : Resource
{

public CursorGroupResource(ResourceType owningType, ResourceDirectoryEntry directoryEntry) : base(owningType, directoryEntry)
{

}

#region Static Methods
Expand Down
Loading

0 comments on commit 61eba29

Please sign in to comment.