Parent Directory
|
Revision Log
+ import search code from PCSX2 Ram Dump (no need to re-invent the wheel...plus it cuts down on code refactoring time)
1 | william | 280 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.Linq; | ||
4 | using System.Text; | ||
5 | |||
6 | namespace RomCheater.Docking.MemorySearch | ||
7 | { | ||
8 | public interface ISearchSettings | ||
9 | { | ||
10 | SearchType SearchSettings { get; set; } | ||
11 | } | ||
12 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |