Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/id.h @ 6:9a8b581c1993
improve performance.
author | pyon@macmini |
---|---|
date | Tue, 23 Oct 2018 19:15:22 +0900 |
parents | e3b10fb860b3 |
children | 29829e98d510 |
comparison
equal
deleted
inserted
replaced
5:e3b10fb860b3 | 6:9a8b581c1993 |
---|---|
1 // Filename : id.h | 1 // Filename : id.h |
2 // Last Change: 2018-10-22 ŒŽ 12:43:44. | 2 // Last Change: 2018-10-23 ‰Î 12:36:12. |
3 // | 3 // |
4 | 4 |
5 #ifndef __ID_H__ | 5 #ifndef __ID_H__ |
6 #define __ID_H__ | 6 #define __ID_H__ |
7 | 7 |
15 ID_SEARCH, | 15 ID_SEARCH, |
16 ID_PSEARCH, | 16 ID_PSEARCH, |
17 ID_LIST, | 17 ID_LIST, |
18 ID_NBOOK, | 18 ID_NBOOK, |
19 ID_SLDR, | 19 ID_SLDR, |
20 ID_PZOOM, | |
21 ID_MZOOM, | |
22 ID_DARK, | |
20 ID_TIMER, | 23 ID_TIMER, |
21 ID_LOGOUT, | 24 ID_LOGOUT, |
22 }; | 25 }; |
23 | 26 |
24 #endif // __ID_H__ | 27 #endif // __ID_H__ |