Parent Directory
|
Revision Log
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace RomCheater.Docking.MemorySearch |
7 | { |
8 | public enum CompareValueTypes : uint |
9 | { |
10 | OldValue = 0x2000, |
11 | SpecificValue = 0x2001, |
12 | //OldvalueWithRange = 0x2002, |
13 | //SpecificvalueWithRange = 0x2003 |
14 | } |
15 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |