infernal noises from hell (aka DooM

This commit is contained in:
william341 2017-02-25 15:04:35 -07:00
parent f4ce36a18a
commit 8a60eba70b

View file

@ -37,6 +37,13 @@ namespace ShiftOS.Engine
public static event Action NotificationRead;
public static void MarkAllRead()
{
var notes = GetAllFromFile();
for (int i = 0; i < notes.Length; i++)
MarkRead(i);
}
public static void MarkRead(int note)
{
var notes = GetAllFromFile();
@ -56,6 +63,7 @@ namespace ShiftOS.Engine
c++; //gahh I hate that programming language.
return c;
}
}
public struct Notification