Skip to content

Commit

Permalink
Made IScreen interface public
Browse files Browse the repository at this point in the history
  • Loading branch information
SWY1985 committed May 13, 2015
1 parent 0cf25fe commit 55dc5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Enums/MouseCursor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace CivOne.Enums
{
internal enum MouseCursor
public enum MouseCursor
{
None,
Pointer,
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/IScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace CivOne.Interfaces
{
internal interface IScreen
public interface IScreen
{
MouseCursor Cursor { get; }
bool HasUpdate(uint gameTick);
Expand Down

0 comments on commit 55dc5a6

Please sign in to comment.