Mesen2/UI/Debugger/Windows/INotificationHandler.cs
2023-01-25 16:03:56 -05:00

9 lines
No EOL
159 B
C#

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