Parent Directory
|
Revision Log
+ add support for memory view to accept a memory address externally
1 | william | 206 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.Linq; | ||
4 | using System.Text; | ||
5 | |||
6 | namespace RomCheater.PluginFramework.Events | ||
7 | { | ||
8 | public interface IAcceptsExternalMemoryAddress | ||
9 | { | ||
10 | bool AcceptExternalMemoryAddress(uint address); | ||
11 | } | ||
12 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |