Parent Directory
|
Revision Log
UIMemoryViewer: * re-enable GetFirstNonZeroByte() + make code changes that were not implemented (due to GetFirstNonZeroByte() being disabled)
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 | william | 256 | bool AcceptExternalMemoryAddress(int address); |
11 | william | 206 | } |
12 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |