aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/IStatusIcon.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/IStatusIcon.cs')
-rw-r--r--ShiftOS_TheReturn/IStatusIcon.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/IStatusIcon.cs b/ShiftOS_TheReturn/IStatusIcon.cs
new file mode 100644
index 0000000..f32d1c1
--- /dev/null
+++ b/ShiftOS_TheReturn/IStatusIcon.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ShiftOS.Engine
+{
+ public interface IStatusIcon
+ {
+ void Setup();
+
+ }
+}