Parent Directory
|
Revision Log
1 | william | 229 | 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 SearchDataTypes : int | ||
9 | { | ||
10 | _8bits = 8, | ||
11 | _16bits = 16, | ||
12 | _32bits = 32, | ||
13 | _64bits = 64 | ||
14 | } | ||
15 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |