1 #ifndef COUNTERDEF_H
2 #define COUNTERDEF_H
3 
4 namespace gambatte {
5 
6 enum { disabled_time = 0xfffffffful };
7 
8 }
9 
10 #endif
11