Mesen2/UI/Debugger/Windows/INotificationHandler.cs

9 lines
159 B
C#

using Mesen.Interop;
namespace Mesen.Debugger.Windows
{
public interface INotificationHandler
{
void ProcessNotification(NotificationEventArgs e);
}
}