Parent Directory
|
Revision Log
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace RomCheater.Core |
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 |